Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Searching reports for filenames with extended
On 11/24/03 6:31 PM John Burwell (john.burwell.lists@galvnews.com) wrote:
>So that I can pre-filter search queries to replace 'bad' characters
>with a question mark, what are the other characters? What's the
>governing issue here?
There are two things happening, CGI argument decoding of the search
string as encoded by the browser and characters that have special meaning
to the search code. "+" and "&" have special meaning to the CGI argument
decoder, while "~", "'", "?", "*", and "\" have special meaning to the
search code. Any of the search code specials can be prefixed with a "\"
to get a match for the regular character. I intended that you be able to
use CGI encoding of "+" and "&" ("%2B" and "%26" respectively), which the
browser ought to do automatically, to search for the regular character,
but there is a bug in Summary that is currently preventing that from
working.
Jason
-----------------
Jason@Summary.Net
-----------------
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
-- Peter van der Linden, Expert C Programming, Deep C Secrets
-------------
Go to <http://summary.net/list.html> to update subscription info.
|