From 8d1315979c55c9bfccd524f3b4cd6b1ab7b25757 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Wed, 27 Sep 2023 14:24:07 +0200 Subject: [PATCH] Update DoubleRange --- docs/searching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/searching.md b/docs/searching.md index a38e34d1..43fec8ec 100644 --- a/docs/searching.md +++ b/docs/searching.md @@ -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