-
-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Description
Problem Description
for introducing:
What is the difference between a disjunctive and a conjunctive facet?
Proposed Solution
possible implementation -to add "conjunctive" field to describe facet
const results = search(db, {
term: "Movie about cars and racing",
properties: ["description"],
facets: {
"categories.primary": {
limit: 3,
order: "DESC",
conjunctive: false
}
in this case this facet values and counts have to be calculated upon additional search request eleminating filtering on this facet selected values
Alternatives
treat facet as disjunctive if search request on it has containsAny operator
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels