Search through Different Relationship tables #1057
Replies: 2 comments
-
Hey @hasanakhtar Currently, the For now
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Due to not activity, I will close the issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I have a list view wherein column have 1-1 and 1-n and n-n relationships being displayed for a Model -Video. Like so:
While the List operation lists the videos correctly, the search at the top right only searches through the db columns of "Video" table. I need to search to the other tables also (relationships)..ie say 'names' of tags in the tags table associated with the given video or the search by the names of participant in videos.
Have been toying with https://backpackforlaravel.com/docs/5.x/crud-columns#custom-search-logic but with no luck.
Request help. Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions