Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to filter $appends column #13

Open
andykoe24 opened this issue Mar 23, 2023 · 1 comment
Open

Not able to filter $appends column #13

andykoe24 opened this issue Mar 23, 2023 · 1 comment

Comments

@andykoe24
Copy link

Hi,
in my models, i have this custom column which is not in database table ($appends = ['case_uid_prefix']), and it seem like this library not support filter appends column.
Any suggestion or a way to solve this issue?

@farshadff
Copy link

you cant do that because this library converts your filter yo mysql queries . so when you apply your last filter its going to search that on mysql and that column does not exists there . i had the same problem that i could not resolve .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants