name is the pkey, not id
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 16:02:50 +0000 (16:02 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 16:02:50 +0000 (16:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19601 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index c7cd5d2..ecf8fc7 100644 (file)
@@ -2814,7 +2814,7 @@ sub query_parser_fts {
             config_record_attr_definition       =>
                 $cstore->request(
                     'open-ils.cstore.direct.config.record_attr_definition.search.atomic',
-                    { id => { "!=" => undef } }
+                    { name => { "!=" => undef } }
                 )->gather(1),
         );
 
@@ -3092,7 +3092,7 @@ sub query_parser_fts_wrapper {
             config_record_attr_definition       =>
                 $cstore->request(
                     'open-ils.cstore.direct.config.record_attr_definition.search.atomic',
-                    { id => { "!=" => undef } }
+                    { name => { "!=" => undef } }
                 )->gather(1),
         );