Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Search Index Query

Connected Object Grooper.GPT

Represents a query against a Grooper search index, supporting full-text, fielded, and filtered searches with flexible ordering and result set scoping.

Remarks

The SearchIndexQuery class encapsulates all parameters needed to perform a search against a Grooper AI Search index.

Key Features:

  • Specify the target search index via IndexName.
  • Perform full-text search using Lucene syntax with the Search property.
  • Apply fielded filtering using OData filter syntax via the Filter property.
  • Control result ordering with the OrderBy property, supporting ascending/descending options.
  • Scope results to all, current page, or selection using the ResultSetScope enum.
  • Integrates with Grooper UI editors for query construction and validation.

Properties

NameTypeDescription

Used By

Notification