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
I'm using searchlogic in an old rails 2.3 app (using ransack with all 3.x apps; really need to upgrade this one) and just ran into a case that could use this functionality.
I want to do the equivalent of (Ay) OR (Cy). how can i do that?
Right now, I am creating separate queries:
And then I @companies_with_calls + @companeis_with_emails
But this will continue to create problems since I don't want duplicates.
I'd like to be able to do it within searchlogic, is this possible?
The text was updated successfully, but these errors were encountered: