name is the pkey, not id
authorMike Rylander <mrylander@gmail.com>
Thu, 10 Feb 2011 23:04:05 +0000 (18:04 -0500)
committerMike Rylander <mrylander@gmail.com>
Thu, 10 Feb 2011 23:04:05 +0000 (18:04 -0500)
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),
         );