Page 1 of 1

quick filter question

Posted: 23.02.2021, 13:56
by mgroen
First of all, I like quick filter very very much!

Quistion:
I would like to filter on 2 searchcriteria and filetype .PDF:

like this:
searchterm1;searchterm2.pdf

to filter on searchterm1 or searchterm2 , only displaying .pdf files (excluding other file types);

tried entering:
searchterm1;searchterm2.pdf
also tried:
searchterm1;searchterm2*.pdf

but also other file types are displayed..

What is the correct syntax?

Thanks,

Mathijs

Re: quick filter question

Posted: 23.02.2021, 15:59
by alf5000
you could try this:
searchterm1*.pdf;searchterm2*.pdf

Re: quick filter question

Posted: 24.02.2021, 11:26
by mgroen
alf5000 wrote: 23.02.2021, 15:59 you could try this:
searchterm1*.pdf;searchterm2*.pdf
thanks, that worked.