mirror of
https://github.com/typesense/typesense.git
synced 2025-05-22 06:40:30 +08:00
Add comment.
This commit is contained in:
parent
e6f8a52e5f
commit
022d010efc
@ -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 "..";
|
||||
|
Loading…
x
Reference in New Issue
Block a user