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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
We can use case-insensetive indexes under hood and it will be work while we really use only the indexes. But once we going to use, say, offset argument a postprocessing of objects may needed, so matching will be case-sensetive. It may be unexpected by an user.
We need to add an option to match case-insensetive or, alternatively, add separate set of arguments (like we doing with PCRE, see #74) or add to filter (which is not implemented yet). Also we can allow to redefine the compare function.
Uh oh!
There was an error while loading. Please reload this page.
We can use case-insensetive indexes under hood and it will be work while we really use only the indexes. But once we going to use, say,
offset
argument a postprocessing of objects may needed, so matching will be case-sensetive. It may be unexpected by an user.We need to add an option to match case-insensetive or, alternatively, add separate set of arguments (like we doing with PCRE, see #74) or add to
filter
(which is not implemented yet). Also we can allow to redefine the compare function.Open question: how to consider locales? I think we can use https://github.com/starwing/luautf8 for that.
The text was updated successfully, but these errors were encountered: