searchlogic
searchlogic copied to clipboard
Error in Example
Hey Ben,
I think there's a glitch in your example. You have: User.id_or_age_lt_or_username_or_first_name_begins_with(10) => "id < 10 OR age < 10 OR username LIKE 'ben%' OR first_name like'ben%'"
Where is the "ben%" coming from in that example? Should there be an additional parameter?