searchlogic icon indicating copy to clipboard operation
searchlogic copied to clipboard

Error in Example

Open freerobby opened this issue 14 years ago • 0 comments

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?

freerobby avatar May 03 '10 21:05 freerobby