You are here

constant QueryInterface::PROCESSING_BASIC in Search API 8

Constant representing a search with only basic processing.

Hook implementations or processors adding extra functionality, not necessary for a basic search, should ignore searches with this level.

Typical examples for such "extra functionality" would be facets, spellchecking or highlighting.

File

src/Query/QueryInterface.php, line 43

Class

QueryInterface
Represents a search query on a Search API index.

Namespace

Drupal\search_api\Query

Code

const PROCESSING_BASIC = 1;