8c9f65799f
This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. Note: When searching and sorting by the fields of the current class only, it is more efficient to use Class::DBI::AbstractSearch.
6 lines
307 B
Text
6 lines
307 B
Text
This plugin provides a SQL::Abstract search method for Class::DBI.
|
|
It is similar to Class::DBI::AbstractSearch, but allows you to
|
|
search and sort by fields from joined tables.
|
|
|
|
Note: When searching and sorting by the fields of the current class
|
|
only, it is more efficient to use Class::DBI::AbstractSearch.
|