filter by multiple blockchains in advanced search mode #753
Labels
enhancement
New feature or request
priority: P3
The lowest priority. A desired nice-to-have improvement, but can be postponed for several releases.
Summary
tl;dr - yes, but requires some UI changes to how we generate filters options.
This is possible with Typesense, but requires some changes to how we auto-generate the available filter options. Currently, we're using the "facet" results to generate the filters and counts. Once you filter by a single blockchain, the other chains are not represented in the returned facet results.
In order to fix this, I think we would need to get the unfiltered facet results to identify available options… and merge this with the filtered facet results to display proper counts.
The text was updated successfully, but these errors were encountered: