Skip to content

feat(search): geohash grid aggregation option - #62

Draft
dschmidt wants to merge 1 commit into
feat/searchfrom
feat/search-geohash-aggregation
Draft

feat(search): geohash grid aggregation option#62
dschmidt wants to merge 1 commit into
feat/searchfrom
feat/search-geohash-aggregation

Conversation

@dschmidt

Copy link
Copy Markdown
Contributor

Adds geohashPrecision to aggregationOption: when greater than 0 the aggregation becomes a geohash-grid aggregation over a geo-point field, each bucket keyed by a geohash cell plus its count. Libregraph extension not present in MS Graph.

Implementation: opencloud-eu/opencloud#3272
Stacked on #34.

@dschmidt
dschmidt force-pushed the feat/search branch 2 times, most recently from 12d8885 to 8f05719 Compare September 7, 2026 17:58
@dschmidt
dschmidt force-pushed the feat/search-geohash-aggregation branch 2 times, most recently from 1e601c8 to 7013fc4 Compare September 7, 2026 22:02
Adds `geohashPrecision` to aggregationOption: when greater than 0 the
aggregation becomes a geohash-grid aggregation over `field` (which
must resolve to a geo-point field such as `location`). Each returned
searchBucket carries a geohash cell as key plus its count, suitable
for density/heatmap rendering. Libregraph extension not present in
MS Graph.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant