[interchange-cvs] interchange - jon modified dist/catalog_before.cfg

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Aug 14 12:45:00 EDT 2003


User:      jon
Date:      2003-08-14 15:45:17 GMT
Modified:  dist     catalog_before.cfg
Log:
Search for literal strings in bar_link, rather than treating them as
regexes. Fix from Paul Vinciguerra <pvinci at vinciguerra.com>.

Revision  Changes    Path
2.8       +1 -0      interchange/dist/catalog_before.cfg


rev 2.8, prev_rev 2.7
Index: catalog_before.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/catalog_before.cfg,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -u -r2.7 -r2.8
--- catalog_before.cfg	11 Dec 2002 21:17:57 -0000	2.7
+++ catalog_before.cfg	14 Aug 2003 15:45:17 -0000	2.8
@@ -112,6 +112,7 @@
 				my ($col, $string) = split /\s*=\s*/;
 				push @out, "sf=$col";
 				push @out, "se=$string";
+				push @out, "op=eq";
 			}
 			push @out, $record->{search}
 				if $record->{search} =~ /^\s*\w\w=/;







More information about the interchange-cvs mailing list