query


Description:

public Query query { set; get; }

The Query that this view is based upon.

If this SearchView has already been prepared, setting this will force a re-evaluation of all Individuals in the IndividualAggregator which can be an expensive operation.

This re-evaluates the query immediately, so most clients should implement de-bouncing to ensure re-evaluation only happens when (for example) the user has stopped typing a new query.

Since:

0.11.0