Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I just wish to search for patterns on filenames stored across a project folder hierarchy.

I have managed to search docx files using:

*integration*.docx

but how do I also search PDFs and PPTX with that same pattern?

by (40 points)

1 Answer

+1 vote
 
Best answer

To search for a pattern amongst a number of different file types use the ':' (colon) character after the file types, e.g.

*.pdf;*.docx;*.pptx:integration

This also works with just a single file type, the equivalent to your expression would be:

*.docx:integration
by (30.1k points)
Worked like a charm. Thanks!
...