After the latest updates to the search page, there are a couple of details to improve:
-
Once the creation date is selected as a filter, the result number includes a strange encoding for the creation date. It should use the same definition used in the filters. E.G., in the example, instead of <today-90d it should be older than 90 days

-
Groups icon occasionally wraps -- perhaps it's not group-specific but rather content-width related; in that case, it's likely just a missing flex-nowrap

-
The logic to show only a limited number of members seem to fail when there are too many

-
[nice-to-have] Groups have a creation date; it should be returned from the backend query so that the filter is usable in the UI

P.S. we might consider adding it for users too -- sync with product team.
After the latest updates to the search page, there are a couple of details to improve:
Once the creation date is selected as a filter, the result number includes a strange encoding for the creation date. It should use the same definition used in the filters. E.G., in the example, instead of

<today-90dit should beolder than 90 daysGroups icon occasionally wraps -- perhaps it's not group-specific but rather content-width related; in that case, it's likely just a missing

flex-nowrapThe logic to show only a limited number of members seem to fail when there are too many

[nice-to-have] Groups have a creation date; it should be returned from the backend query so that the filter is usable in the UI

P.S. we might consider adding it for users too -- sync with product team.