Found a bug in "Everything"? report it here
-
arkos
- Posts: 12
- Joined: Mon Apr 13, 2020 8:03 am
Post
by arkos » Mon Apr 13, 2020 11:35 pm
When searching for a file, selecting "Documents" under the "Search" menu filters out *.ODS files which certainly belong to the category.
Please add these to the "documents" filter:
Code: Select all
.odt and .fodt for word processing (text) documents
.ods and .fods for spreadsheets
.odp and .fodp for presentations
.odg and .fodg for graphics
.odf for formulae, mathematical equations
The snippet above is from Wikipedia:
https://en.wikipedia.org/wiki/OpenDocum ... ifications
-
void
- Site Admin
- Posts: 5946
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Tue Apr 14, 2020 4:13 am
I'll consider adding these file extensions to the 'documents' filter.
Thank you for your suggestion.
For now, please manually add these extensions to your document filter:
- In Everything, from the Search menu, click Organize filters....
- Select the Documents filter and click Edit....
- Change the Search to:
ext:c;cc;chm;cpp;cs;css;csv;cxx;doc;docm;docx;dot;dotm;dotx;epub;h;hpp;htm;html;hxx;ini;java;js;json;lua;mht;mhtml;mobi;odt;pdf;php;potx;potm;ppam;ppsm;ppsx;pps;ppt;pptm;pptx;py;rtf;sldm;sldx;thmx;txt;vsd;wpd;wps;wri;xlam;xls;xlsb;xlsm;xlsx;xltm;xltx;xml;vb;odt;fodt;ods;fods;odp;fodp;odg;fodg;odf
- Click OK.
- Click OK.
-
arkos
- Posts: 12
- Joined: Mon Apr 13, 2020 8:03 am
Post
by arkos » Tue Apr 14, 2020 4:17 am
void wrote: ↑Tue Apr 14, 2020 4:13 am
For now, please manually add these extensions to your document filter:
- In Everything, from the Search menu, click Organize filters....
- Select the Documents filter and click Edit....
- Change the Search to:
ext:c;cc;chm;cpp;cs;css;csv;cxx;doc;docm;docx;dot;dotm;dotx;epub;h;hpp;htm;html;hxx;ini;java;js;json;lua;mht;mhtml;mobi;odt;pdf;php;potx;potm;ppam;ppsm;ppsx;pps;ppt;pptm;pptx;py;rtf;sldm;sldx;thmx;txt;vsd;wpd;wps;wri;xlam;xls;xlsb;xlsm;xlsx;xltm;xltx;xml;vb;odt;fodt;ods;fods;odp;fodp;odg;fodg;odf
- Click OK.
- Click OK.
Thanks, will do.