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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have following entities:
I want to use a keyword to search for Orders where a Product name contains such keyword.
I tried using search endpoint from client, sending:
That obviously does not work because Products is a list and Products.Name is undefined.
Also tried to write an specification using:
But that doesn't work for some reason I don't know.
Any help with this please?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions