binarylogic / searchlogic

Searchlogic provides object based searching, common named scopes, and other useful tools.
http://rdoc.info/projects/binarylogic/searchlogic
MIT License
1.39k stars 133 forks source link

Error in Example #88

Open freerobby opened 14 years ago

freerobby commented 14 years ago

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?