Class craft\search\SearchQueryTerm
- Inheritance
- craft\search\SearchQueryTerm
- Available since version
- 3.0
- Source Code
- https://github.com/craftcms/cms/blob/master/src/search/SearchQueryTerm.php
Search Query Term class Represents a term in the search query.
Property | Type | Description | Defined By |
---|---|---|---|
$attribute |
null | craft\search\SearchQueryTerm | |
$exact |
boolean | craft\search\SearchQueryTerm | |
$exclude |
boolean | craft\search\SearchQueryTerm | |
$phrase |
boolean, null | craft\search\SearchQueryTerm | |
$subLeft |
boolean | craft\search\SearchQueryTerm | |
$subRight |
boolean | craft\search\SearchQueryTerm | |
$term |
null | craft\search\SearchQueryTerm |
Property Details
$attribute
public property
#
public null $attribute = null
$exact
public property
#
public boolean $exact = false
$exclude
public property
#
public boolean $exclude = false
$phrase
public property
#
public boolean, null $phrase = null
$subLeft
public property
#
public boolean $subLeft = false
$subRight
public property
#
public boolean $subRight = false
$term
public property
#
public null $term = null