-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Request Webapp: multi autocompletion search field #65
Comments
I don't quite understand the specification. Is this about an OR search for the same autocomplete? |
Yes, something like that. The case we discussed for a project is, that this field is used for a search / filter. The OR search will be implemented by the application itself. But the request here would be, that for the second word (in the drawn example '123') also an autocomplete functionality is available. Today the autocomplete only searches with the complete string. |
The chip-input is normally used for selecting items from given set (e.g. labels) - we are building an "open search" (more like google). An alternative could be to show suggestions containing the complete input (like google) - so for the input "ABCDEF 123" the second suggestion would be "ABCDEF 123456" (or "ABCDEF 123456"). Not sure if this is better than the variant in the sketch. Additionally quotemarks ( |
The search itself is entirely up to you on how to implement it. |
To me this is rather a question of design/specification/concept. |
Yes, I (partially) agree. |
Is your feature request related to a problem? Please describe.
Currently the autocompletion can be used for a search with one single option. If you want to provide a combined search (e.g. AND-combined), for the second option no more autocompletion can be provided.
Describe the solution you'd like
Also for the second word (after a space) the autocompletion should be provided.
Describe alternatives you've considered
nope, not until now.
Additional context
The original request comes from @daniel-sc.
The text was updated successfully, but these errors were encountered: