mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 15:40:49 +00:00
[Search] Remove ES provider from bundle
Removed the ElasticSearch search provider from its bundle definition, but left its file in.
This commit is contained in:
parent
4533262b4a
commit
ae763d000c
@ -8,12 +8,6 @@
|
|||||||
"type": "provider",
|
"type": "provider",
|
||||||
"implementation": "ElasticPersistenceProvider.js",
|
"implementation": "ElasticPersistenceProvider.js",
|
||||||
"depends": [ "$http", "$q", "PERSISTENCE_SPACE", "ELASTIC_ROOT", "ELASTIC_PATH" ]
|
"depends": [ "$http", "$q", "PERSISTENCE_SPACE", "ELASTIC_ROOT", "ELASTIC_PATH" ]
|
||||||
},
|
|
||||||
{
|
|
||||||
"provides": "searchService",
|
|
||||||
"type": "provider",
|
|
||||||
"implementation": "ElasticsearchSearchProvider.js",
|
|
||||||
"depends": [ "$http", "objectService", "ELASTIC_ROOT" ]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"constants": [
|
"constants": [
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Module defining ElasticsearchSearchProvider. Created by shale on 07/16/2015.
|
* Module defining ElasticsearchSearchProvider. Created by shale on 07/16/2015.
|
||||||
|
* This is not currently included in the bundle definition.
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
[],
|
[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user