Skip to content

Commit

Permalink
Update DoubleRange
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored Sep 27, 2023
1 parent 15d4608 commit 8d13159
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 - `DoubleRanges` and `Int64Range` for double/float values and int/long/datetime values respectively.
There's two categories of numeric ranges - `DoubleRange` and `Int64Range` for double/float values and int/long/datetime values respectively.

Double range example
```csharp
Expand Down

0 comments on commit 8d13159

Please sign in to comment.