Help for this page

Select Code to Download


  1. or download this
    $category =~ /(\w+)/
    my $term_query = KinoSearch::Search::TermQuery->new(
       field => 'category', 
       term  => $1,
    );