--- loncom/interface/lonsearchcat.pm 2001/03/22 14:16:21 1.73 +++ loncom/interface/lonsearchcat.pm 2001/03/22 14:19:17 1.74 @@ -795,7 +795,7 @@ sub build_custommetadata_query { # quick fix to change literal into xml tag-matching my $oldmatchexp=$matchexp; $matchexp=~s/\(\?[\:\=]([^\)]*)\\\=([^\)]*)\)/\(\?\:\\\<$1\\\>\[\^\\\<\]\*$2\[\^\\\<\]\*\\\<\\\/$1\\\>)/g; - return $matchexp; + return $oldmatchexp; } # - Recursively parse a reverse notation expression into a SQL query expression