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
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Allow clients to configure a way to segment results to option groups.
Previously, search results were set as a single option group. This allows us to bucket search results into distinct option groups.
1) Why do we *really* need this?
We are running into use cases where search results need to be bucketed into option groups. (e.g. agencies vs companies). We feel it's kind of silly to bootstrap our own SearchDataSourceProvider just to support this.
2) Can't we just sort the items and avoid the need for this UX?
No. UX specifically wants to visually bucket the items into distinct groups. OptionGroups are what we need.
PiperOrigin-RevId: 209796557
0 commit comments