in reply to Re^2: search likein thread search like
Have a look at Class::DBI::AbstractSearch, which gives you search_where. That does support order_by and limit, thanks to SQL::Abstract::Limit. See its synopsis for an example.