v.20.7Improvement
Fix assert in geohashesInBox to resolve issue #12554
Fix assert in geohashesInBox. This fixes #12554. #13229 (alexey-milovidov).Why it matters
This fix resolves an issue wheregeohashesInBox would cause an assertion failure, improving the stability and reliability of geospatial queries involving bounding boxes.How to use it
Users can utilize thegeohashesInBox function as before; the fix is applied internally and requires no changes in usage.