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".
# Public Properties
# terms
# Public Methods
Method | Description |
---|---|
__construct() | Constructor |
# __construct()
Constructor
Arguments
$terms
(array)
← SearchQueryTerm Api →