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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -