Open ad1992 opened 2 months ago
Hello @ad1992,could you explain me if we allow array of object then user can search any of the key value?
Hello @ad1992,could you explain me if we allow array of object then user can search any of the key value?
Hi @jatingodnani yes thats the goal. Basically with objects you can pass the keys you want to search for as shown in the example
Ok, so if any one search joe,ten we need to show all whole object or just name?
@jatingodnani we render the whole object. Let me know if you are interested in working on this issue
Yes,i am interested
@ad1992, I have a query: Should we remove the array of strings, or should we support both arrays of strings and arrays of objects?
@jatingodnani we should be supporting both array of strings
and array of objects
as most of the time the array of strings would suffice.
Currently, only an array of strings is accepted as a list. Let's allow an array of objects instead when initializing the fuzzify library. Additinally
keys
should be passed tosearch
API