DOKK / manpages / debian 12 / libcatmandu-perl / Catmandu::CQLSearchable.3pm.en
Catmandu::CQLSearchable(3pm) User Contributed Perl Documentation Catmandu::CQLSearchable(3pm)

Catmandu::CQLSearchable - Optional role for CQL searchable stores

    my $hits  = $store->bag->search(
           cql_query => 'keyword any dna',
           sru_sortkeys  => 'title,,0',
           limit => 100,
    );

This method behaves exactly like the "search" method in Catmandu::Searchable but with extra "cql_query" and "sru_sortkeys" arguments.

This method behaves exactly like the "searcher" method in Catmandu::Searchable but with extra "cql_query" and "sru_sortkeys" arguments.

This method behaves exactly like the "delete_by_query" method in Catmandu::Searchable but with an extra "cql_query" argument.

Catmandu::Searchable

2023-03-03 perl v5.36.0