DOKK / manpages / debian 10 / 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',
           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

2019-01-29 perl v5.28.1