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,
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?
The text was updated successfully, but these errors were encountered:
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 .
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?
The text was updated successfully, but these errors were encountered: