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
Hi ,
I have News and NewsCategory module.
How to search in NewsCategory name field
When I use this news_categories.name=test&columns=*&title=test*&includes=NewsCategory
show me error
Unknown column 'news_categories.name'
But when I use this columns=*&title=test*&includes=NewsCategory
Show me all news with NewsCategory have test in title
The text was updated successfully, but these errors were encountered:
Hi ,
I have News and NewsCategory module.
How to search in NewsCategory name field
When I use this
news_categories.name=test&columns=*&title=test*&includes=NewsCategory
show me error
But when I use this
columns=*&title=test*&includes=NewsCategory
Show me all news with NewsCategory have test in title
The text was updated successfully, but these errors were encountered: