3

I want to search some data stored in IndexedDb using dexie. I looked the doc. for anything like LIKE in sql for dexie. is there any function for this purpose ?

user3486470
  • 296
  • 1
  • 11
ajith
  • 41
  • 2
  • 8

1 Answers1

3

There's an answer for this question in a github issue: https://github.com/dfahlander/Dexie.js/issues/146

David Fahlander
  • 5,058
  • 1
  • 20
  • 19