Skip to content

Commit

Permalink
Update facet range types
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored Sep 27, 2023
1 parent 8d13159 commit bb09595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ var addressFacetResults = results.GetFacet("Address"); // Returns the facets for

Numeric range facets can be used with numbers and get facets for numeric ranges. For example, it would group documents of the same price range.

There's two categories of numeric ranges - `DoubleRange` and `Int64Range` for double/float values and int/long/datetime values respectively.
There's three categories of numeric ranges - `DoubleRange`, `FloatRange` and `Int64Range` for double, float and int/long/datetime values respectively.

Double range example
```csharp
Expand Down

0 comments on commit bb09595

Please sign in to comment.