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

decouple QuickSearch from "extended" server configs #825

Open
justincorrigible opened this issue Mar 24, 2023 · 0 comments
Open

decouple QuickSearch from "extended" server configs #825

justincorrigible opened this issue Mar 24, 2023 · 0 comments

Comments

@justincorrigible
Copy link
Member

Currently, depending on the extended parameters for the server, the QuickSearch field looks through indicated fields, relying on a single primary key field.
However, this brings three issues up:

  • it requires changing global server settings for a single component, using up to two non declarative parameters (i.e. primaryKey, quickSearchEnabled), which do not clearly state they're connected, and how they operate once enabled.
  • this limits the component to have shared global settings, meaning the QuickSearch will not support multiple instances of it with different field groups to search by.
  • the reliance on global parameters limits implementation flexibility. searching is a local ui concern, not a global server one.
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

1 participant