Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 1021 Bytes

SearchQuery.md

File metadata and controls

executable file
·
23 lines (15 loc) · 1021 Bytes

SearchQuery

Defines a query structure for performing search operations

Properties

Name Type Description Notes
queryString Object Filter object defining a query string [optional]
match Object Filter object defining a match keyword passed as a string or in a Match object [optional]
matchPhrase Object Filter object defining a match phrase [optional]
matchAll Object Filter object to select all documents [optional]
bool BoolFilter [optional]
equals Object [optional]
in Object Filter to match a given set of attribute values. [optional]
range Object Filter to match a given range of attribute values passed in Range objects [optional]
geoDistance GeoDistance [optional]
highlight Highlight [optional]