J'essaie de search for fichiers avec their names ending avec t.h so si je search in windows search, Je veux get fichiers like `at.h` `ct.h` `abcdt.h` - Windows n'est pas returning these results. À la place when I search I get `tc.h` `td.h` and `tabcd.h` which ne sont pas what I want.
J'utilise the search query `name:"t.h"` dans le explorateur de fichiers barre de recherche
Comment puis-je get windows to return the filenames I want?
Comment puis-je recherche for fichiers ending avec “t.h” using the Fichier Explorer recherche bar in Windows 11?
Re: Comment puis-je recherche for fichiers ending avec “t.h” using the Fichier Explorer recherche bar in Windows 11?
The search term `filename:"*t.h"` fonctionne - I'm searching for a *precise* string, avec a wildcard that ends avec `t.h`. Je n'ai pas tried more complicated searches but in this case it fonctionne well enough. There's an ["Advanced Query Syntax" reference](https://learn.microsoft.com/en-us/windows/win32/lwef/-search-2x-wds-aqsreference?source=recommendations), but I feel like c'est manquant a few things.