Wish to have full-text search ready in Dexie #1312
datdinhquoc
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found the example how to use hook to make full-text search feature: https://github.com/dfahlander/Dexie.js/blob/v1.5.1/samples/full-text-search/FullTextSearch.js
I have to load some docs from IndexedDB thru' Dexie and there's an input box. Using the function 'filter' takes too much time on large table, wish there could be built-in mechanism in Dexie to simply set some text fields to be full-text indexed, and query on them.
Beta Was this translation helpful? Give feedback.
All reactions