[interchange-cvs] interchange - racke modified lib/Vend/Swish2.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Aug 24 04:25:28 EDT 2006


User:      racke
Date:      2006-08-24 08:25:28 GMT
Modified:  lib/Vend Swish2.pm
Log:
description is present only if StoreDescription has been enabled

Revision  Changes    Path
1.11      +4 -4      interchange/lib/Vend/Swish2.pm


rev 1.11, prev_rev 1.10
Index: Swish2.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Swish2.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Swish2.pm	23 Aug 2006 12:22:50 -0000	1.10
+++ Swish2.pm	24 Aug 2006 08:25:28 -0000	1.11
@@ -1,6 +1,6 @@
 # Vend::Swish2 - Search indexes with Swish-e's new SWISH::API
 #
-# $Id: Swish2.pm,v 1.10 2006/08/23 12:22:50 racke Exp $
+# $Id: Swish2.pm,v 1.11 2006/08/24 08:25:28 racke Exp $
 #
 # Adapted from Vend::Swish by Brian Miller <brian at endpoint.com>
 #
@@ -26,7 +26,7 @@
 require Vend::Search;
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 1.10 $, 10);
+$VERSION = substr(q$Revision: 1.11 $, 10);
 use strict;
 
 use SWISH::API;
@@ -110,8 +110,8 @@
     $s->{mv_searchspec}         = [];
     $s->{mv_sort_option}        = [];
     $s->{mv_substring_match}    = [];
-    $s->{mv_field_names}      = [qw/code score url title filesize mod_date description/];
-    $s->{mv_return_fields}    = [qw/code score url title filesize mod_date description/];
+    $s->{mv_field_names}      = [qw/code score url title filesize mod_date/];
+    $s->{mv_return_fields}    = [qw/code score url title filesize mod_date/];
 
     for (keys %$options) {
         $s->{$_} = $options->{$_};








More information about the interchange-cvs mailing list