You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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.
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
SearchQueryBuilder
instead ofSmartSearchBar
filterKeySections
prop to display them in an organized fashion. How your filter keys get categorized is up to you!Resources
SmartSearchBar
props map to the new ones.The text was updated successfully, but these errors were encountered: