| GCronin82@gmail.com 2007-04-25, 7:22 pm |
| I am having a problem that I would like to index some "nonsense"
strings that are actually file names, and example is $+
$hatch_patterns_content.asp. If a word is found within this file, I
need Menus_&_Commands$+$Hatch_patterns.asp to be returned instead.
The easiest way I thought of to do this, was to search for the first
name within the other files to see if it is linked to, and if it is,
then return the page that links to it. The trouble with this, is $+$
being in the file name returns "CreateRecordSet(0x80004005)
Unspecified Error" which obviously doesn't help me. I figured I
could get rid of the $+$ in the search, and probably still make it
work, but that doesn't help, because hatch_patterns_content.asp still
isn't a word, and so it's not indexed (at least, that's my
understanding of it). Is there any solution to this that anyone can
think of? Thanks in advance!
-Greg
|