Replies: 1 comment 2 replies
-
Use asyncSearch with custom asyncQuery |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Another question in mooshine 2.x.
I have a TrackingFile entity linked to a Vehicle with a BelongsTo relation. This Vehicle have a linke to a Make entity with a BelongsTo relation.
It's actually possible to search on BelongsTo linked entity of the resource like that for exemple :
But it's not possible to search on BelongsTo of BelongsTo. In my exemple, trackingFile.vehicle.make.
I try this, without success :
Is ther a way to do that ?
Beta Was this translation helpful? Give feedback.
All reactions