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 (opens new window)

# Public Properties

Property Description
terms craft\search\SearchQueryTerm[]

# terms

Type
craft\search\SearchQueryTerm[]
Default value
null

View source (opens new window)

# Public Methods

Method Description
__construct() Constructor

# __construct()

Constructor

View source (opens new window)

Arguments