Selectors


Selector Operators

%=

Introduced in Version 2.0

Description

Contains the exact word or phrase (using slower SQL LIKE) [v2.1] (any_field%=any_value)

Post Comment