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

Search::GIN::Query::Manual - Create manual GIN queries

Attributes

values
       The keys and values to build the query for.

Author

       XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org>

Description

       Creates a manual GIN query that can be used to search records in a storage.

       Unlike the stock GIN queries (Search::GIN::Query::Class, Search::GIN::Query::Attributes), with this
       object you define your search manually, allowing you to create any search you want.

Methods/Subroutines

new
       Creates a new query.

Name

       Search::GIN::Query::Manual - Create manual GIN queries

Synopsis

           use Search::GIN::Query::Manual;

           my $query = Search::GIN::Query::Manual->new(
               values => {
                   name => 'Homer',
               }
           );

Version

       version 0.11

See Also