Can I make a search directly in resultset object?
I/m using windows perl Catalyst DBD::Odbc and MS SQL Server. Dbix preparing query too long and retrieving resultset very slow, that why i want to replace
$c->model('QDB::Networks')->search({},{ })
with search in resultset.
Is there an ability to do it?