User input can now be passed directly to the equalTo function and wildcard characters will be
interpretted as the characters themselves rather than the wildcards. A like function and Operation
has been added to support wildcard searches.
BREAKING CHANGE: The Operators.Equal and RSQLFilterBuilder.equalTo methods now create an RSQL =in=
rather than == like they used to. If you continue to need the == functionality, switch over to the
Operators.Like or RSQLFilterBuilder.like method.
… to support wildcards
User input can now be passed directly to the equalTo function and wildcard characters will be interpretted as the characters themselves rather than the wildcards. A like function and Operation has been added to support wildcard searches.
BREAKING CHANGE: The Operators.Equal and RSQLFilterBuilder.equalTo methods now create an RSQL =in= rather than == like they used to. If you continue to need the == functionality, switch over to the Operators.Like or RSQLFilterBuilder.like method.