Customizable Google Search sidebar: quick filters (lang, time, filetype, country, date), site search, Verbatim & Personalization tools.
< 脚本 Google Search Custom Sidebar 的反馈
Thanks for your feedback! This feature would be quite useful if it could be implemented. Unfortunately, after testing, the method of combining multiple file types seems ineffective. Neither combining the URL parameter as_filetype nor using the search terms filetype: OR filetype: achieved the expected results; it seems to only provide results for a single file type.
In my tests combining "filetype: with OR" provides results with multiple filetypes.
Here there is an example of search:
https://www.google.com/search?q=internal+audit+filetype%3Adoc+OR+filetype%3Appt&cr=countryIT
It retrieves in pages 1 and 2 both doc and ppt files.
Thank you
Thanks for the clue!
The search result URLs you provided prove that multiple "Filetypes" indeed work.
I will add support for custom options in the next update, and also provide a selectable combination feature similar to the Site Search.
The new version has added features for file type combination and multiple selection. You may need to manually update your UserScript or reset settings for these new features to take effect.
I tested your new version....
...there is an issue due to bracket
https://www.google.com/search?q=internal+audit+filetype%3Adoc+OR+filetype%3Appt&cr=countryIT
It retrieves in pages 1 and 2 both doc and ppt files.
but
https://www.google.com/search?q=internal+audit+(filetype:doc+OR+filetype:ppt)&cr=countryIT
Recovers only DOC files
Adding bracket seems to break the search of multiple types
thanks
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
It is a masterpiece!
Request for "Settings > Custom > Manage file Types > My Custom File Type:"
Could you manage multiple file types with the OR operator?
I mean a for a text adding more file types
ie "Text = Documents" and "Value = doc, docx, pdf"
and get "filetype:doc OR filetype:docx OR filetype:pdf"
Thank you!