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

Search component #2397

Open
ebruchez opened this issue Sep 21, 2015 · 3 comments
Open

Search component #2397

ebruchez opened this issue Sep 21, 2015 · 3 comments

Comments

@ebruchez
Copy link
Collaborator

The purpose of the Autocomplete control was initially just that: do some automatic completion based on a search service.

But users have been using it to do something more akin to a search, and unfortunately this only works in some cases. In the general case the Autocomplete control is not appropriate because it requires storing the label and value returned by the service.

We would like to consider a control more appropriate for searching. The control could open up a popup, like the GitHub selectors. It's probably best to have the search field in that popup rather than in the form itself, because that clarifies the selection process: open, search, select, commit.

This should be configurable to call a service to which the search string is passed. It would return possibly multiple "rows" of data with "columns" to display in the search popup. For large datasets, we could imagine paging/sorting, but that's P2.

Selecting values would use values from one column, or possibly multiple (TBD).

The screenshot is just an example of popup, not necessarily of what the Search control would look like.

screen shot 2015-09-21 at 4 52 47 pm

See also #1433.

+1 from customer

@ebruchez
Copy link
Collaborator Author

+1 from customer for a search component for lots of items

@orbeon
Copy link
Owner

orbeon commented May 8, 2018

+1 from evaluator

@ebruchez
Copy link
Collaborator Author

ebruchez commented Aug 16, 2018

+1 from customer

Also requesting multi-line entries with richer formatting (such as bold).

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

2 participants