alisam
5 discussion posts
I have looked at all the posts and documentation but perhaps I missed the answer I would like answering.
How do I search for 'intransit' OR 'in-transit'
(some documents I have use both interchangeably)
Are there any special characters needed (PS I did try the '|' symbol between my 2 words)
Currently FileSeek treats all searches as "AND". However, the next version will have an option to toggle between "match any keywords" or "match all keywords".
Sorry, I should have remembered this earlier. You can use the "Regular expression query" option to search the files using the power of RegEx. For example, your search query would be:
intransit|in-transit
Just make sure the "Regular expression query" option is selected and FileSeek will use a RegEx to search for both words.
alisam
5 discussion posts
I created 2 new *.docx documents on my desktop.
Document 1 contained the single word 'In-transit'
Document 2 contained the singe word 'Intransit'
(Note: Capital 'I' in both cases)
I started FileSeek V1.7.1 and tried to search for:
*.doc*
intransit|in-transit
(Regular Expression Query was ticked)
The results were:
0 matches found 2 files searched.
So I didn't get a match.