JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Support spatial filter operators

Open bjornharrtell opened this issue 3 years ago • 0 comments

I think the operations from this list that are predicates would be relevant to support as filter operators:

https://docs.microsoft.com/en-us/ef/core/modeling/spatial

Most relevant are probably the ones that are supported by all providers for the geometry type:

  • Contains
  • Crosses
  • Disjoint
  • Intersects
  • IsWithinDistance
  • Overlaps
  • Within

bjornharrtell avatar Aug 26 '20 21:08 bjornharrtell