Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geo Distance Filtering #21

Merged
merged 8 commits into from
Oct 17, 2023
Merged

Geo Distance Filtering #21

merged 8 commits into from
Oct 17, 2023

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Oct 17, 2023

Filtering using the geographical distance between the location of an Entity and a given center point (eg. the current location of a device).

  • Introducing a new IQueryFilter instance for the Mongo provider, that translates to a query stage that uses the $geoNear function of the system
  • Changing the filtering model, using the Apply mechanism to IQueryable<TEntity> instances, that allows chaining filters
  • Testing the NetTopologySuite support to Entity Framework implementations of the geo-distance capability

@tsutomi tsutomi added the enhancement New feature or request label Oct 17, 2023
@tsutomi tsutomi self-assigned this Oct 17, 2023
@tsutomi tsutomi linked an issue Oct 17, 2023 that may be closed by this pull request
@tsutomi tsutomi merged commit 4e9f1a0 into main Oct 17, 2023
1 check passed
@tsutomi tsutomi deleted the 20-geodistance-filter branch October 17, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GeoDistance Filter
1 participant