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

SearchQueryBuilder: Replace SmartSearchBar in metrics page #75004

Closed
Tracked by #74240
malwilley opened this issue Jul 25, 2024 · 1 comment
Closed
Tracked by #74240

SearchQueryBuilder: Replace SmartSearchBar in metrics page #75004

malwilley opened this issue Jul 25, 2024 · 1 comment
Assignees

Comments

@malwilley
Copy link
Member

malwilley commented Jul 25, 2024

Background

<SearchQueryBuilder /> is meant to be the next generation of <SmartSearchBar /> and should ideally be replaced in all app surfaces. At this time, it is only implemented on issues pages. Because different parts of the app use this search bar differently, we need to implement and test it thoroughly ensure that is works for all use cases.

Requirements

  • Under a feature flag for this product area (already created), render SearchQueryBuilder instead of SmartSearchBar
  • If your search bar has a large number of filter keys, implement the filterKeySections prop to display them in an organized fashion. How your filter keys get categorized is up to you!
  • If you come across any missing feature that are critical to your use case, please note them and bring this up to the issues team.

Resources

@malwilley
Copy link
Member Author

Done in #75058

@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants