PITS /
00304: Search for (:pre (and possibly others)) doesn't work.
Summary: Search for (:pre (and possibly others)) doesn't work.
Created: 2005-01-27 07:29
Status: Closed - fixed in 2.0.beta24
Category: Bug
From: Pm
Assigned:
Priority: 3
Version: 2.0.beta19
OS:
Description: > Why does searching for '(:pre' return lots of hits? > > Try doing this on pmwiki.org... you get over 1500 page hits...
Now fixed. The problem was that the "(:pre" was being interpreted as a keyword:value pair for the search. Adding the ParseArgs functionality has fixed things.
--Pm