Manticoresearch.SearchQuery

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
queryStringStringFilter object defining a query string[optional]
matchObjectFilter object defining a match keyword passed as a string or in a Match object[optional]
matchPhraseObjectFilter object defining a match phrase[optional]
matchAllObjectFilter object to select all documents[optional]
boolBoolFilter[optional]
equalsObject[optional]
_inObjectFilter to match a given set of attribute values.[optional]
rangeObjectFilter to match a given range of attribute values passed in Range objects[optional]
geoDistanceGeoDistance[optional]
highlightHighlight[optional]