David Sevcik

Results 1 issues of David Sevcik

Could be possible to add OR support even to Search class. I would like do this Book.search(:title_or_description_like => 'ruby') or in chain s = Book.search s.title_or_description_like('ruby') Now it produce only...