thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

relationship in where clause #5771

Open Tahernejad opened 1 year ago

Tahernejad commented 1 year ago

Laravel version

9.52.8

PHP version

8.2.6

Voyager version

1.6.0

Database

10.3.34-MariaDB

Description

Hi, In browse views, cannot search relation fileds:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.users_belongsto_organization_relationship' in 'where clause'

Steps to reproduce

Search relational fields in browse views (server-side paging)

Expected behavior

Return searched results

Screenshots

No response

Additional context

No response

shahburhan commented 1 year ago

It's a bug indeed. You can use https://github.com/the-control-group/voyager/pull/5775 as a fix.