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.

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