Interface IPreprocessResultsEventArgs

Argument sent to all handlers bound on QueryEvents.preprocessResults

Index

Properties

query

query: IQuery

The query that was just executed

queryBuilder

queryBuilder: QueryBuilder

The QueryBuilder that was used for the current query

results

results: IQueryResults

The results returned by the query that was executed

searchAsYouType

searchAsYouType: boolean

Whether the query is a search-as-you-type

Hierarchy

  • IPreprocessResultsEventArgs