first, the pkey is alias, not id; also, need to add to initialization calls everywher...
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 26 Mar 2010 15:54:28 +0000 (15:54 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 26 Mar 2010 15:54:28 +0000 (15:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16006 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm

index 9d3d37b..65a48fc 100644 (file)
@@ -2787,7 +2787,7 @@ sub query_parser_fts {
             config_metabib_search_alias         =>
                 $cstore->request(
                     'open-ils.cstore.direct.config.metabib_search_alias.search.atomic',
-                    { id => { "!=" => undef } }
+                    { alias => { "!=" => undef } }
                 )->gather(1),
         );
 
@@ -3035,6 +3035,11 @@ sub query_parser_fts_wrapper {
                     'open-ils.cstore.direct.config.metabib_field.search.atomic',
                     { id => { "!=" => undef } }
                 )->gather(1),
+            config_metabib_search_alias         =>
+                $cstore->request(
+                    'open-ils.cstore.direct.config.metabib_search_alias.search.atomic',
+                    { alias => { "!=" => undef } }
+                )->gather(1),
         );
 
         $cstore->disconnect;