Wish: Include a checkbox for "Always search unindexed content" to avoid needing "
Code: Select all
notindexed:content:
Code: Select all
notindexed:content:
Code: Select all
/define hastext=notindexed:content:
[1] and if one would really insist on showing only files that don't have their content indexed: not-indexed:content:text !content:text )Search Modifiers wrote:
no-indexed:
non-indexed:
not-indexed:
indexed:
Search properties and content on disk (not from the index) or search properties from the index.
For example:
notindexed:length:>5m
Default: Search indexed properties only. If the property is not included in the index, search the property from disk.
notindexed: will still search content from disk for content-indexed files.- To my surprise, notindexed:content:"some text" shows also results that *were* indexed.
Yes, when content indexing is enabled, content: will only search indexed-content.Does turning on Content Indexing change the behavior of this function?
I don't think that is necessary; if it was called (silly name; just as exaqmple) from-disk:content:searchtext, it would make more sense.