SearchQueryTerm

Type
Class
Namespace
Craft
Inherits
Craft\SearchQueryTerm
Since
1.0

Search Query Term class

Represents a term in the search query.

See also http://craftcms.com

View source (opens new window)

# Public Properties

# $attribute

Signature

public null $attribute = null

# $exact

Signature

public boolean $exact = false

# $exclude

Signature

public boolean $exclude = false

# $subLeft

Signature

public boolean $subLeft = false

# $subRight

Signature

public boolean $subRight = false

# $term

Signature

public null $term = null