mirror of
https://github.com/nasa/openmct.git
synced 2025-03-24 04:55:21 +00:00
[Search] Comments
This commit is contained in:
parent
d6720884f1
commit
06b26b799e
@ -246,6 +246,8 @@ define(
|
||||
* as elsaticsearch determines them to be.
|
||||
* * Folders are not included in the results.
|
||||
* * Wildcards are supported.
|
||||
* * More search details at
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/search-uri-request.html
|
||||
*
|
||||
* @param inputID the name of the ID property of the html text
|
||||
* input where this funcion should find the search term
|
||||
@ -280,7 +282,7 @@ define(
|
||||
}
|
||||
|
||||
return {
|
||||
query: queryElasticsearch
|
||||
query: queryManual
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user