Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [biglouis] Search not finding C# or C++

Quote Reply
Re: [biglouis] Search not finding C# or C++ In reply to
It looks as though a lot of queries with special characters are not working correctly, because the special characters are ignored (either in the indexes, or the search code). For example, simply doing a search for microsoft.com, doesn't seem to yield the proper result (it seems to search for "microsoft" and "com" and ignore the "."). If the code (index and search) could be altered to allow special characters within search terms, and yet still ignore them if they are by themselves (ex: Fishing & Boats), it would clear up a lot of problems with the search. I would consider it a BUG to not be able to search for domain names or words with special characters such as C++. However, I know that some special characters are used for boolean searching, but the search engine needs to determine the positioning of the character. For example, +plus would be considered a boolean search because the "+" is the first character of the term, yet plus+ would be considered a literal term and should be searched as "plus+". I hope this makes sense.

Sean
Subject Author Views Date
Thread Search not finding C# or C++ biglouis 1505 May 18, 2002, 8:34 AM
Thread Re: [biglouis] Search not finding C# or C++
SeanP 1461 May 18, 2002, 11:51 AM
Post Search not finding C# or C++
SeanP 1444 May 21, 2002, 5:48 PM
Post Re: [biglouis] Search not finding C# or C++
SeanP 1410 May 23, 2002, 5:49 PM