Facets may return unwanted sites

Created on 22 October 2024, 24 days ago

Problem/Motivation

Given the following scenario, we want facets to return sites A, B, and D.

* Sites A, B, C, D, and E are indexed
* Some content is assigned to both A and C, and some to D and E.
* Search settings only allow A, B, and D facets to appear

What happens now is that the facets are populated by the search results data, and our search filter on site_name will return matches for A, B, C, D, and E in the above scenario.

We can use Facet term limiting -- https://solr.apache.org/guide/7_2/faceting.html#limiting-facet-with-cert... -- to remove items C and E from the list.

✨ Feature request
Status

Active

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States agentrickard Georgia (US)

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024