The idea is to search files and its contents via Windows Search.
I have turned on Always search files and contents
in Change folder and search options
on Windows. Is it possible to search files and contents with python and win32api, while option is enabled in settings as shown above ?
Can anyone show me some examples if possible how to achieve this goal ? I do not want to search files with python and its modules to parse data from there, just want to use itself Windows to search files.
Thanks.