Now that we have LLM-generated tags for bills, we want to allow users to search and filter using those tags in the Browse Bills search in order to improve discoverability of bills relevant to their interests.
Success Criteria
Implement the design in the linked Figma, adding the following to the Browse Bills Page:
A new Instantsearch Facet that filters on Tags
This should be a Hierarchical facet, so that the top level is Tag Categories and clicking on an item at the top level will expand the search to show all Tags that fall under that category
This new content should be toggleable by a new flag in FeatureFlags (something like showLLMFeatures) to control the rollout (the same flag used by the Bill Details page)
Problem
Now that we have LLM-generated tags for bills, we want to allow users to search and filter using those tags in the Browse Bills search in order to improve discoverability of bills relevant to their interests.
Success Criteria
showLLMFeatures
) to control the rollout (the same flag used by the Bill Details page)Additional Links