Remove file: warning about searches

The file: operator is supported when secondary indexing is enabled.

Change-Id: Ibf5308f3f67817dcba5ce55a08bacca23cc22a49
This commit is contained in:
Shawn Pearce
2013-09-13 14:12:09 -07:00
parent 3ffbd1bf31
commit e59f68252c

View File

@@ -192,12 +192,6 @@ should be double quoted when using more complex construction (like
ones using a bracket expression). For example, to match all XML
files named like 'name1.xml', 'name2.xml', and 'name3.xml' use
`file:"^name[1-3].xml"`.
+
Currently this operator is only available on a watched project
and may not be used in the search bar. The same holds true for web UI
"My > Watched Changes", i. e. file:regex is used over the is:watched
expression. It never produces any results, because the error message:
"operator not permitted here: file:regex" is suppressed.
[[has]]
has:draft::