Skip to content

Commit

Permalink
Add nested facet property to finder facets
Browse files Browse the repository at this point in the history
  • Loading branch information
minhngocd committed Feb 18, 2025
1 parent 42de6e5 commit 31e00e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content_schemas/formats/shared/definitions/finder.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@
description: "The human readable label of the field name used for the subcategory of this facet.",
type: "string",
},
nested_facet: {
description: "Indicates whether this facet has nested sub facets within allowed values or not.",
type: "boolean"
},
allowed_values: {
description: "Possible values to show for non-dynamic select facets. All values are shown regardless of the search.",
type: "array",
Expand Down

0 comments on commit 31e00e2

Please sign in to comment.