logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::CQLSearchable - Optional role for CQL searchable stores

Methods

search(cql_query=>$cql,sru_sortkeys=>$sort,...)
       This method behaves exactly like the "search" method in Catmandu::Searchable but with extra "cql_query"
       and "sru_sortkeys" arguments.

   searcher(cql_query=>$cql,sru_sortkeys=>$sort,...)
       This method behaves exactly like the "searcher" method in Catmandu::Searchable but with extra "cql_query"
       and "sru_sortkeys" arguments.

   delete_by_query(cql_query=>$cql,...)
       This method behaves exactly like the "delete_by_query" method in Catmandu::Searchable but with an extra
       "cql_query" argument.

Name

       Catmandu::CQLSearchable - Optional role for CQL searchable stores

See Also

       Catmandu::Searchable

perl v5.40.0                                       2025-01-17                       Catmandu::CQLSearchable(3pm)

Synopsis

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

See Also