register the "I only need a query string" search method
authorMike Rylander <mrylander@gmail.com>
Fri, 25 Feb 2011 19:02:51 +0000 (14:02 -0500)
committerMike Rylander <mrylander@gmail.com>
Fri, 25 Feb 2011 19:02:51 +0000 (14:02 -0500)
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm

index ecf8fc7..ede8cd0 100644 (file)
@@ -3048,6 +3048,13 @@ sub query_parser_fts {
        }
        return undef;
 }
+__PACKAGE__->register_method(
+       api_name        => "open-ils.storage.query_parser_search",
+       method          => 'query_parser_fts',
+       api_level       => 1,
+       stream          => 1,
+       cachable        => 1,
+);
 
 sub query_parser_fts_wrapper {
        my $self = shift;