Skip to content

Add Geo Distance to `near` Search Results

b065ff4
Select commit
Loading
Failed to load commit list.
Merged

Add near Search Param for Location Resource #3167

Add Geo Distance to `near` Search Results
b065ff4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2025 in 0s

95.49% (+0.01%) compared to 52ddf38

View this Pull Request on Codecov

95.49% (+0.01%) compared to 52ddf38

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.49%. Comparing base (52ddf38) to head (b065ff4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3167      +/-   ##
==========================================
+ Coverage   95.47%   95.49%   +0.01%     
==========================================
  Files         397      399       +2     
  Lines       25218    25360     +142     
  Branches      714      713       -1     
==========================================
+ Hits        24078    24218     +140     
- Misses        538      539       +1     
- Partials      602      603       +1     
Files with missing lines Coverage Δ
modules/db/src/blaze/db/impl/index.clj 98.48% <100.00%> (ø)
...ules/db/src/blaze/db/impl/index/resource_as_of.clj 100.00% <100.00%> (ø)
...les/db/src/blaze/db/impl/index/resource_handle.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param.clj 98.90% <ø> (ø)
...ules/db/src/blaze/db/impl/search_param/chained.clj 98.87% <ø> (ø)
.../db/impl/search_param/composite/token_quantity.clj 97.29% <ø> (ø)
...aze/db/impl/search_param/composite/token_token.clj 100.00% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/date.clj 98.25% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/has.clj 100.00% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/list.clj 100.00% <ø> (ø)
... and 9 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.