javascript - Non-case sensitive query with TaffyDB (or other JS DB) -
I am using TaffyDB for "DB" for that website, which I am currently working on. Its pretty clean, I can do 'like' searches, however, 'like' search is still sensitive and if there is a record: "banana", a question of "banana" will fail.
- Nobody knows how to use TaffyDB for such a question
- Or, there is a JS DB that can do such a function
Just use
likenocase :
Db ({title: {"likenocase": Val}}) .order (...
Comments
Post a Comment