Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0, sprint 9: 10-03-2012
-
Component/s: API
-
Labels:None
-
Sprint:Sprint 6, Sprint 7, Sprint 8, Sprint 9
Description
CONTAINS queries get turned into a LIKE statement that may or may not work. This should really require a rewrite of the match string.
NOTE: You can use a MATCHES which gets turned into a REGEX match as a workaround.