exactMatchWithOperator property

bool? exactMatchWithOperator
getter/setter pair

If true, the text value is tokenized as one atomic value in operator searches and facet matches.

For example, if the operator name is "genre" and the value is "science-fiction" the query restrictions "genre:science" and "genre:fiction" doesn't match the item; "genre:science-fiction" does. Text value matching is case-sensitive and does not remove special characters. If false, the text is tokenized. For example, if the value is "science-fiction" the queries "genre:science" and "genre:fiction" matches the item.

Implementation

core.bool? exactMatchWithOperator;