I:\\Downloads\\**.{html,htm,mhtml}
instead of this one
I:\Downloads\**.html;I:\Downloads\**.htm;I:\Downloads\**.mhtml
here:

Would exchaning the codes cause a new indexing?

Just the added files will be indexed.
That is not supported.
regex:^I:\\Downloads\\.*\.(html|htm|mhtml)$Sorry, what I meant was:Just the added files will be indexed.
Code: Select all
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scrivx;*.csv;*.ics;*.rtf;*.eml;*.srt;regex:^I:\\Eigene Dateien\\Not - An txt-Dateien\\[^.]*$;I:\Eigene Dateien\Not - An txt-Dateien\**.html;I:\Eigene Dateien\Not - An txt-Dateien\**.htm;I:\Eigene Dateien\Not - An txt-Dateien\**.mhtml;I:\Downloads\**.html;I:\Downloads\**.htm;I:\Downloads\**.mhtml;I:\Eigene Dateien\Re - Fre\BaDiKo)\comd\KoVer\**.html;I:\Eigene Dateien\Re - Fre\BaDiKo)\comd\KoVer\**.htm;I:\Eigene Dateien\Re - Fre\BaDiKo)\comd\KoVer\**.mhtml;I:\Eigene Dateien\MaCoKo)\**.html;I:\Eigene Dateien\MaCoKo)\**.htm;I:\Eigene Dateien\MaCoKo)\**.mhtml;I:\Eigene Dateien\Rez\**.html;I:\Eigene Dateien\Rez\**.htm;I:\Eigene Dateien\Rez\**.mhtmlCode: Select all
I:\Eigene Dateien\MaCoKo)\
I:\Eigene Dateien\Re - Fre\BaDiKo)\
regex:^I:\\Eigene Dateien\\Not - An txt-Dateien\\[^.]*$;Code: Select all
ext:html;htm;mhtml "I:\\Eigene Dateien\" !"I:\Eigene Dateien\Not - An txt-Dateien\" !"I:\Eigene Dateien\Re - Fre\BaDiKo)\comd\KoVer\" !"I:\Eigene Dateien\MaCoKo)\" !":\Eigene Dateien\Rez\"
Yes, that's not that much files to be re-indexed (if only these 2 folders are indexed) in that folders of the alyways online drive, thank you.BTW: This will trigger a re-indexing of the content of those 2 folders. Can't tell if drive I: is local or offline or ..
Yes, it is, there are txt files without extension (because naming is a bit easier / faster) in that folder. It's code Void gave me.regex:^I:\\Eigene Dateien\\Not - An txt-Dateien\\[^.]*$;
This will content-index files *without extension* that are in folder "I:\Eigene Dateien\Not - An txt-Dateien\"
Is that how it should be?
Many thanks!While figuring out how to shorten your code -- I
Yes, that is a very good idea. Actually I very much would like Everything let index everything (would be much more easier to handle,I would much prefer it and I would not need that code I have any idea from). But everything already now often needs so / too much RAM, up to 7 or 8 GB (on my cheap junk Lenovo with 14 GB RAM), I think, causing the Notebook to slow down, freeze, crashes programs (because the RAM management or whatever does not work properly on this junk Notebook), I guess), that the RAM doesn't allow it.And another question/remark:
Why not content-index *all* htm/html/mhtml in I:\Eigene Dateien\?
Thank you for the code, there are 9227 files shown. So, I estimate, it would be at least about 9100 files more to be indexed. I do not have any idea, but I assume, that could finish off the waste Lenovo. Or how many RAM might that take? I could try that, but I do not want to crash the system here.The amount of extra files that will be indexed can be found with the following search query:
ode: Select all
ext:html;htm;mhtml "I:\\Eigene Dateien\" !"I:\Eigene Dateien\Not
Texteditor "Notepad++": Menu "View" > "Word wrap" (ON/OFF).Biff wrote: Thu Jan 23, 2025 9:56 pm Is there a way to insert line breaks or something else so that the code got clearer (I copy that code to a txt file to edit it,
the code then is a single very unclear line)?
Code: Select all
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scrivx;*.csv;*.ics;*.rtf;*.eml;*.srt;regex:^I:\\Downloads\\.*\.(html|htm|mhtml)$;regex:^I:\\Eigene Dateien\\(Not - An txt-Dateien\\|Re - Fre\\BaDiKo\\comd\\KoVer\\|MaCoKo\\|Rez\\).*\.(html|htm|mhtml)$;regex:^I:\\Eigene Dateien\\Not - An txt-Dateien\\[^.]*$;
If you entered that search query in Everything, the size of all the html (etc) files combined will be shown in the statusbar.Biff wrote: Thu Jan 23, 2025 9:56 pm
Thank you for the code, there are 9227 files shown. So, I estimate, it would be at least about 9100 files more to be indexed. I do not have any idea, but I assume, that could finish off the waste Lenovo. Or how many RAM might that take?
Unfortunately not.Is there a way to insert line breaks or something else so that the code got clearer (I copy that code to a txt file to edit it, the code then is a single very unclear line)?
Yes, that seems to work, without indexing, just a little, for one minute or so, thank you very much!After removing the ) from the foldernames, try this shorter code:
Yes, indeed, not working code is not possible.But as the code written by void already works, this should be no problem after all.
Oops, ah, so it is easy like that? Together the HTML, MHTL, HTM files are more than 12,6 GB big. So that was the amount of GB more getting into the RAM (and crashing may system)? These files really are plain text files? So an indexd 100 MB html file would really need 100 MB of RAM?If you entered that search query in Everything, the size of all the html (etc) files combined will be shown in the statusbar.
As these are plain text files, that will be the amount of MB your RAM usage will grow if included in the index.
Yes, if Win functions without issues at all (never heard of that). But Everything needed at least 8 GB of RAM here (now it is just at 4 GB), I guess, actually much more (so I would let Everything index the content of (almost) everything.Nothing wrong with 14GB installed RAM though, I have a couple of Windows systems with less than that (one with 4GB even) and they all function without issues.
Yes, but I wished I could.Anyway: Better not index the extra files then.
Yes, that would be great!I wish the content indexing interface would resemble the one used for properties.