Je voudrais use the Explorateur Windows Search box to search for multiple type de fichiers.
Is there any supported syntax to do so?
J'ai essayé:
```
*.docx *.xlsx
*.docx, *.xlsx
*.docx; *.xlsx
*.docx or *.xlsx
*.docx | *.xlsx
```
But none of cela fonctionne (while `*.docx` or `*.xlsx` alone works)
Comment recherche multiple fichier types from Explorateur Windows recherche box?
Re: Comment recherche multiple fichier types from Explorateur Windows recherche box?
Enter it like this
`*.txt OR *.PDF OR *.xls`
Keep OR capital letters
`*.txt OR *.PDF OR *.xls`
Keep OR capital letters