You are here

public property SearchApiSavedSearch::$query in Search API Saved Searches 7

Array representing the search query to execute, containing: keys: The parsed fulltext keys. fields: The fields that will be fulltext-searched. filters: An array of filters, as used in SearchApiQueryFilterInterface. options: The query options.

Type: array

File

./search_api_saved_searches.search_entity.inc, line 95
Contains the entity class for saved searches.

Class

SearchApiSavedSearch
Class representing "Saved searches" settings.

Code

public $query;