mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
[Search] Comments
This commit is contained in:
parent
d6720884f1
commit
06b26b799e
@ -246,6 +246,8 @@ define(
|
|||||||
* as elsaticsearch determines them to be.
|
* as elsaticsearch determines them to be.
|
||||||
* * Folders are not included in the results.
|
* * Folders are not included in the results.
|
||||||
* * Wildcards are supported.
|
* * 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
|
* @param inputID the name of the ID property of the html text
|
||||||
* input where this funcion should find the search term
|
* input where this funcion should find the search term
|
||||||
@ -280,7 +282,7 @@ define(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
query: queryElasticsearch
|
query: queryManual
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user