boonproject/boon

[data repo] case insensitive search

Opened this issue · 0 comments

Hi!

Is there a way to find strings (using methods like: startsWith, contains, endsWith) with case insensitive search?

Thanks!

P.S. Before adding to the Repo, I can convert all strings to lowecase, but, doing this, I'll have to store also a separate collection of the original objects.