From 022d010efc21d13d0705fc8653bc03b068c9bd11 Mon Sep 17 00:00:00 2001 From: Harpreet Sangar Date: Tue, 23 May 2023 11:07:24 +0530 Subject: [PATCH] Add comment. --- include/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/filter.h b/include/filter.h index f9f15c1d..f52b086f 100644 --- a/include/filter.h +++ b/include/filter.h @@ -34,7 +34,7 @@ struct filter { /// Radius threshold beyond which exact filtering on geo_result_ids will not be done. static constexpr const char* EXACT_GEO_FILTER_RADIUS_KEY = "exact_filter_radius"; - static constexpr double DEFAULT_EXACT_GEO_FILTER_RADIUS_VALUE = 10000; + static constexpr double DEFAULT_EXACT_GEO_FILTER_RADIUS_VALUE = 10000; // meters static const std::string RANGE_OPERATOR() { return "..";