-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.2.4
-
Component/s: None
-
None
var point = GeoJson.Point(GeoJson.Geographic(locationAddress.Coordinates.Longitude, locationAddress.Coordinates.Latitude));
var locationClause = Query<CarAuctionItem>.Near(y => y.Address.Location, point, maxDistance);
collection.AsQueryable.Where(x => locationClause.Inject()).ToList();
- is related to
-
CSHARP-1445 Support arbitrary filters in the LINQ provider.
- Closed