Replies: 1 comment
-
|
Another use case for the exposed comparator would be to process stream objects. I'm pulling items out of a database, and it would be nice not to need to store the entire set, just the matches. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hi, i'm building a datatable and for global search i'm using fuse as designed. creating the class and making a list of options.
however for individual column filters i need something different for each type.
i'd love to use fuse comparing function for the text col type, but i don't want to be constructing the whole class and so on.
the best fit would be to just have a function that could take two strings and return true/false based on whether threshold is passed.
would this be trivial for maintainer to implement?
if no and i were to implement it, would such PR be merged?
thanks for answer.
Beta Was this translation helpful? Give feedback.
All reactions