This was doing absolutely nothing in my Everything 1.5.0.1378a x64 Portable - but in version 1.5.0.1383a x64 Portable the Progress Bar shows dong something but it is taking forever [so for now I do not know if it is plain stuck or trying to finish indexing my almost 12 000 000 files]
Have you changed your compressed filter under Search -> Organize Filters -> Compressed -> Edit?
What is shown for this filter search?
(zip: will expand to this search -The above containerfilename:zip: search will only work if this filters search is a simple ext: search)
And so it seems that I would have to list every possible archive extension twice in this filtering expression? Will Everything be able to handle such [maybe not complex but surely] multi-leveled burden?
I am not quite sure what you are trying to do.
Do you want to match docx, xlsx files too? docx and xlsx are also technically archive files.
You can omit the first ext: and just do a containerfilename:ext:zip;rar;7z search.
This will take a very long time.
containerfilename: can match
any file type that contains zip data.
For the best results, specify exactly what you want with:
ext:zip;rar;7z containerfilename:ext:zip;rar;7z
Please consider making a short macro to avoid typing the ext list twice:
From the Search menu, click Add to filters....
Change the Name to: Zip in Zip
Change the Search to:
ext:$param: containerfilename:ext:$param:
Change the Macro to: zipinzip
Click OK.
Now you can search for zipinzip:
zip;rar;7z
which will automatically expand to: ext:
zip;rar;7z containerfilename:ext:
zip;rar;7z