Subject: | More flexible searching |
Currently the search mechanism in CDBI.pm simply maps search terms with "LIKE". More flexible searches should be possible, using different search operators, presumably using Class::DBI::AbstractSearch.
This is perhaps not crucial, as anyone needing a really custom search could override the search() method, but it would be nice if an alternative were available for common search needs.