Interface INoResultsEventArgs

Argument sent to all handlers bound on QueryEvents.noResults

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

retryTheQuery

retryTheQuery: boolean

If set to true by any handler, the last query will automatically be re-executed again.

searchAsYouType

searchAsYouType: boolean

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

Hierarchy

  • INoResultsEventArgs