You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
In addition to the
query
parameter, also support aq
parameter. This uses the Elasticsearch uri query syntax.The query should be converted to a MongoDB filter. Do not query to Elasticsearch.
?q=tag:foo
?q=user.id:12345
?q=date:[2018-01-01 TO 2018-12-31]
https://www.elastic.co/guide/en/elasticsearch/reference/6.3/query-dsl-query-string-query.html#query-string-syntax
https://www.elastic.co/guide/en/kibana/current/lucene-query.html
https://www.elastic.co/guide/en/kibana/current/kuery-query.html
Queries will not do a full text search, so
status:active
doesn't mean status contains active, but status is active.The text was updated successfully, but these errors were encountered: