Skip to content

SearchQueryTermGroup ​

Type
Class
Namespace
craft\search
Inherits
craft\search\SearchQueryTermGroup
Since
3.0.0

Search Query Term Group class Contains multiple SearchQueryTerm instances, each representing a term in the search query that was combined by "OR".

View source

Public Properties ​

PropertyDescription
termscraft\search\SearchQueryTerm[]

terms ​

Type
craft\search\SearchQueryTerm[]
Default value
null

View source

Public Methods ​

MethodDescription
__construct()Constructor

__construct() ​

Constructor

View source

Arguments ​