Search::GIN::Query::Attributes - Create attributes-based GIN queries
Contents
Attributes
attributes
Attributes of the object you want to find.
my $query = Search::GIN::Query::Attributes->new(
attributes => {
name => 'Homer',
city => 'Springfield',
},
);
Copyright And License
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.
perl v5.34.0 2022-06-17 Search::GIN::Query::Attributes(3pm)
Description
Creates an attributes-based GIN query that can be used to search records in a storage.
This is a ready-to-use query that uses an object's attributes to search through the storage.
Methods/Subroutines
new
Creates a new query.
Name
Search::GIN::Query::Attributes - Create attributes-based GIN queries
Synopsis
use Search::GIN::Query::Attributes;
my $query = Search::GIN::Query::Attributes->new(
attributes => {
name => 'Homer',
},
);
Version
version 0.11
