Search::GIN::Query::Manual(3pm) | User Contributed Perl Documentation | Search::GIN::Query::Manual(3pm) |
Search::GIN::Query::Manual - Create manual GIN queries
version 0.11
use Search::GIN::Query::Manual; my $query = Search::GIN::Query::Manual->new( values => { name => 'Homer', } );
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.
Creates a new query.
The keys and values to build the query for.
XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org>
This software is copyright (c) 2008 by XXXX XXX'XX (Yuval Kogman), Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-06-17 | perl v5.34.0 |