BasePhysicalMeasurementSeries.fetch({include:‘customWeatherStations.description’,order:‘customWeatherStations.description’})
returns
“message” : “Ordering BasePhysicalMeasurementSeries by collection customWeatherStations.description invalid.”
but
- customWeatherStations exists but can be empty (length 0)
- if i add exists(customWeatherStations.description) is the same_emphasized text_
BasePhysicalMeasurementSeries.fetch({filter:‘exists(customWeatherStations.description)’,include:‘customWeatherStations.description’,order:‘customWeatherStations.description’})
- the same err in 7.6 and 7.8
Why is invalid ? i thought it was a simple join !
Thanks
Fra