How to search relationship (hasMany) column #9854
jechazelle
started this conversation in
General
Replies: 1 comment 2 replies
-
|
@danharrin is that something that is possible? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently I have two tables:
books (with translations relations: HasMany): uuid...
books_translations: uuid, name, book_uuid, language_uuid...
I have a BookResource like this:
How can I set a search on the name please ?
I tried this code but I have an error :
I tried also this, but I have no result on the list when I search:
Thank you so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions