1- Is there a "count" option that shows how many matches in each file for the search term? I found a "Run Count" column, most of the time it shows no numbers.
A Content Occurrence Count property is on my TODO list.
For now, please consider the following filter:
From the Search menu, click Add to filters...
Change the Name to:
Content with Count
Change the Search to:
Code: Select all
content:search: add-column:a a-label:"Content Count" a:=(LEN(REMOVEDIACRITICS(LOWER($content:)))-LEN(SUBSTITUTE(REMOVEDIACRITICS(LOWER($content:)),REMOVEDIACRITICS(LOWER(search:)),"")))/LEN(REMOVEDIACRITICS(LOWER(search:)))
Change the Macro to:
cc<search>
Click OK.
Instead of using content: use cc:
2- In the Options > Indexes > Database Location, I changed to a certain folder. Now the indexer is still running indexing thousands of document content, but the folder I change the DB location to is still 607 bytes. Isn't there a database file like sql or something the stores the content so it doesn't re-index them each time I open the program (if they are unchanged files)?
Everything stores the database in memory.
The database is written to disk when you exit Everything.