2

2

I just found out that wildcards (*) act weird when searching for attachments.

I was searching for (cases with mails with) attachments containing some substring, say part. I started searching for attachment:part, but that didn't find anything. Apparently it doesn't look for substrings.
Then I tried attachment:"part*", as I knew the attachments' filenames started with part. That found attachments like part1.txt, but not part one.txt etc.
I was particularly interested in attachments starting with part  (part plus a space). So finally I tried attachment:"part *". That did find all attachments I needed.

Now that I know about this quirk, one question remains: if I need to find part1.txt as well as part one.txt, do I really have to search for attachment:"part *" OR attachment:"part*"?!

Maybe I'm missing something...

flag
if this is still an issue, please contact us by email. – Rich Armstrong Feb 8 2011 at 20:47
I don't remember the exact search text (too bad I anonymized it here); I can't reproduce the problem any more. :-( – Michel de Ruiter Feb 8 2011 at 21:07

1 Answer

1

Which version of FogBugz are you running, Michel? On FogBugz 8, a search for attachment:"part*" yields cases with attachments called part.txt, part1.text, parta.txt, and part one.txt.

Another thing to check is that your search index is complete (Admin -> Site Configuration -> Search).

link|flag
@Rob: we run version 7.3.5. The text indexing is complete. – Michel de Ruiter Sep 22 2010 at 13:23

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.