Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to search an array of strings without keys? #58

Open
TayyabNaveed opened this issue Jun 11, 2020 · 1 comment
Open

How to search an array of strings without keys? #58

TayyabNaveed opened this issue Jun 11, 2020 · 1 comment

Comments

@TayyabNaveed
Copy link

TayyabNaveed commented Jun 11, 2020

So i have used fuzzy search to filter array of objects with keys, but i have a nested array of strings in the same object, can i search it?

@KittyGiraudel
Copy link

You could transform that array of strings into an array of objects so they all have a key (whatever you call it) that you can index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants