You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CESQL LIKE expressions build and then evaluate a regex. Since LIKE is a very strict subset of the possible matches one can do with regex, we can implement a more efficient algorithm for LIKE matching.
The text was updated successfully, but these errors were encountered:
Currently, the CESQL LIKE expressions build and then evaluate a regex. Since LIKE is a very strict subset of the possible matches one can do with regex, we can implement a more efficient algorithm for LIKE matching.
The text was updated successfully, but these errors were encountered: