-
Notifications
You must be signed in to change notification settings - Fork 227
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
Can't Search Columns from Custom Join #363
Comments
I managed to find a solution that included me creating a custom search lambda, though I'm curious if that is the best way to handle this going forward? I don't see us having to do this much, if at all, ever again, but I'd like to know just in case. |
From your code here it should be |
The |
Maybe it's clearer like that :) |
Hi there,
Currently, due to the way the current application stacks are structured, I need to do a custom join in my data fetch query but I find that when I do this I cannot get search to work at all. The generated file says the following:
I have my custom join aliased but when I use the alias it returns:
The following is my data tables class:
I can get it to at least load by removing the
c
fromfirst_name
andlast_name
inview_columns
, but searching never works even with this change. Instead it just returns:Any help in figuring out what I'm doing wrong would be greatly appreciated.
The text was updated successfully, but these errors were encountered: