.ODS documents are not filtered as "documents"

Found a bug in "Everything"? report it here
Post Reply
arkos
Posts: 15
Joined: Mon Apr 13, 2020 8:03 am

.ODS documents are not filtered as "documents"

Post by arkos »

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
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: .ODS documents are not filtered as "documents"

Post by void »

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: 15
Joined: Mon Apr 13, 2020 8:03 am

Re: .ODS documents are not filtered as "documents"

Post by arkos »

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.
Post Reply