Remove file: warning about searches
The file: operator is supported when secondary indexing is enabled. Change-Id: Ibf5308f3f67817dcba5ce55a08bacca23cc22a49
This commit is contained in:
@@ -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
|
ones using a bracket expression). For example, to match all XML
|
||||||
files named like 'name1.xml', 'name2.xml', and 'name3.xml' use
|
files named like 'name1.xml', 'name2.xml', and 'name3.xml' use
|
||||||
`file:"^name[1-3].xml"`.
|
`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]]
|
||||||
has:draft::
|
has:draft::
|
||||||
|
Reference in New Issue
Block a user