I have a site that indexes lots of PDF files. Lots of these filenames look like this:
Answer Foo Foo.pdf
Answer Fee Fee.pdf
Answer fubar.pdf
With indexing set to include dots are the same word, a search for "answer*.pdf" (without quotes) returns nothing. Neither does "Answer?*.pdf".
If I disable dots and re-index, a search for "answer*.pdf" actually searches for "answer* pdf" (note the missing "dot") and it returns a lot of stuff I don't want. For this site, it is important to be able to search the file names but there are thousands of them, so renaming is not an option.
Help!
Thanks
Answer Foo Foo.pdf
Answer Fee Fee.pdf
Answer fubar.pdf
With indexing set to include dots are the same word, a search for "answer*.pdf" (without quotes) returns nothing. Neither does "Answer?*.pdf".
If I disable dots and re-index, a search for "answer*.pdf" actually searches for "answer* pdf" (note the missing "dot") and it returns a lot of stuff I don't want. For this site, it is important to be able to search the file names but there are thousands of them, so renaming is not an option.
Help!
Thanks
Comment