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

Multiple search fields in typeahead #6619

Open
giovanni-bertoncelli opened this issue Nov 23, 2023 · 0 comments
Open

Multiple search fields in typeahead #6619

giovanni-bertoncelli opened this issue Nov 23, 2023 · 0 comments

Comments

@giovanni-bertoncelli
Copy link

Is your feature request related to a problem? Please describe.

When using typeahead with a complex object it may be useful to choose in which fields search for matches. As for now complex objects typeahead requires the usage of [typeaheadOptionField] that is quite useless without having a chance to choose where to search.

Describe the solution you'd like

I'd like an input like [typeaheadSearchFields] that accepts one or more strings of the fields I want the typeahead to search between. The related values would be concatenated and the matchers should search inside that resulting string.

Describe alternatives you've considered

All solutions that I found out were way too much complicated for this. I think [typeaheadOptionField] is quite useless without this other feature.

Additional context

Already proposed here: #2563

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

No branches or pull requests

1 participant