Homepage

IndexSearchQuery

Last edit: Jan 13, 2023

No description

type IndexSearchQuery {
  analyzer: String
  fields: [FullTextQueryField]
  keyword: String
  match_type: QueryMatchTypeEnum
  operator: OperatorEnum
  properties: [FullTextQueryField]
}

Fields

analyzer (String)

Keyword analyzer: english arabic etc. Depends on your search index configuration. Default: standard

fields (FullTextQueryField)

keyword (String)

Accept wildcards, ? for single character, * for more

match_type (QueryMatchTypeEnum)

operator (OperatorEnum)

properties (FullTextQueryField)

Questions?

We are always happy to help with any questions you may have.

contact us