Skip to content

SearchQueryTerm ​

Type
Class
Namespace
craft\search
Inherits
craft\search\SearchQueryTerm » yii\base\BaseObject
Implements
yii\base\Configurable
Since
3.0.0

Search Query Term class Represents a term in the search query.

View source

Public Properties ​

PropertyDescription
attributestring, null
exactboolean, null
excludeboolean, null
phraseboolean
subLeftboolean, null
subRightboolean, null
termstring, null

attribute ​

Type
string, null
Default value
null

View source

exact ​

Type
boolean, null
Default value
null

View source

exclude ​

Type
boolean, null
Default value
null

View source

phrase ​

Type
boolean
Default value
false

View source

subLeft ​

Type
boolean, null
Default value
null

View source

subRight ​

Type
boolean, null
Default value
null

View source

term ​

Type
string, null
Default value
null

View source

Public Methods ​

MethodDescription
__call()Calls the named method which is not a class method.
__construct()Constructor.
__get()Returns the value of an object property.
__isset()Checks if a property is set, i.e. defined and not null.
__set()Sets value of an object property.
__unset()Sets an object property to null.
canGetProperty()Returns a value indicating whether a property can be read.
canSetProperty()Returns a value indicating whether a property can be set.
className()Returns the fully qualified name of this class.
hasMethod()Returns a value indicating whether a method is defined.
hasProperty()Returns a value indicating whether a property is defined.
init()Initializes the object.