In-Reply-To: <[EMAIL PROTECTED]> [EMAIL PROTECTED] wrote: > > I am trying to enable searching on + symbols and am not having any luck > so far. > I added the following to my config file: > extra_word_characters: + > I didn't change valid punctuation. > > I reran htdig/htmerge and I believe they worked. I see many strings > containing + in the file db.wordlist. > > However I am not having any luck with htsearch. I have tried the > following (see below). > In the first case, it treats + the same as it would a space thereby > splitting the search string into two terms. In the second, I tried to > use an html ampersand directive and it is treating the ampersand as a > parameter separator. What am I missing? Thanks.
That'll be down to URL-encoding, and will depend on the METHOD in your form, yes? To test, mess around with a URL-encoded %43 or whatever it is... Mike ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

