Skip to content

Commit

Permalink
BASIRA #253 - Adding "range_index" option to numeric facets
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 27, 2024
1 parent 15b6efa commit 297b873
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions typesense/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"name": "artwork.date_range_facet",
"type": "int32[]",
"facet": true,
"optional": true
"optional": true,
"range_index": true
},
{
"name": "artwork.materials_facet",
Expand Down Expand Up @@ -168,7 +169,8 @@
"name": "number_fastenings_facet",
"type": "int32",
"facet": true,
"optional": true
"optional": true,
"range_index": true
},
{
"name": "location_fastenings_facet",
Expand Down Expand Up @@ -240,7 +242,8 @@
"name": "bookmark_registers_facet",
"type": "int32",
"facet": true,
"optional": true
"optional": true,
"range_index": true
},
{
"name": "bookmark_registers_color_facet",
Expand All @@ -264,7 +267,8 @@
"name": "text_columns_facet",
"type": "int32",
"facet": true,
"optional": true
"optional": true,
"range_index": true
},
{
"name": "page_contents_facet",
Expand Down Expand Up @@ -336,7 +340,8 @@
"name": "number_sewing_supports_facet",
"type": "int32",
"facet": true,
"optional": true
"optional": true,
"range_index": true
},
{
"name": "binding_relationship_facet",
Expand Down

0 comments on commit 297b873

Please sign in to comment.