You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to filter a thing's locations, expanding its historical locations (since Things(42)/Locations only returns the current location); the objective is to match locations present in a given area.
we think your current query will not work because the filter is executed on historicallocation. However, the historicallocation has only a pointer to location;
a better solution would be filtering on location, something like:
Regarding the solution of bert, the result you will get is all HistoricalLocations with or without expanded locations. What you probably want is relation filtering
This will return only the HistoricalLocations with expanded locations that are within your geometry, however relation filtering is not yet implemented in GOST, I hope I have some time to work on this soon
Hello,
I'm trying to filter a thing's locations, expanding its historical locations (since
Things(42)/Locations
only returns the current location); the objective is to match locations present in a given area.Here's the request :
Unfortunately, it returns
{ "value": null }
.This is what my
Location
entities look like:receptionTime
)?The text was updated successfully, but these errors were encountered: