What's new in Gerrit 2.8: Reword new search operators section
Mention that the new operators are available when the secondary
index is enabled.
Change-Id: I26a71e605a4db5bd260b9411035e0f4e44f09eb8
diff --git a/presentations/gerrit-new-features-2.8/gerrit-new-features-2.8.txt b/presentations/gerrit-new-features-2.8/gerrit-new-features-2.8.txt
index ffd4505..ced0976 100644
--- a/presentations/gerrit-new-features-2.8/gerrit-new-features-2.8.txt
+++ b/presentations/gerrit-new-features-2.8/gerrit-new-features-2.8.txt
@@ -45,8 +45,11 @@
== New search operators
-* New link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/user-search.html#file[
- file] operator to find changes on the specified file. Regular
+New search operators are available when the secondary index
+is enabled.
+
+* link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/user-search.html#file[
+ file] operator: find changes on the specified file. Regular
expressions can be used to specify a file name pattern.
+
.Find all merged changes in the 'gerrit' project that touched 'ReceiveCommits.java'
@@ -55,9 +58,9 @@
file:gerrit-server/src/main/java/com/google/gerrit/server/git/ReceiveCommits.java
----
-* New link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/user-search.html#comment[
- comment] operator to find changes that match a string in any comment
- left by a reviewer
+* link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/user-search.html#comment[
+ comment] operator: find changes that match a string in any comment
+ left by a reviewer.
+
.Find all merged changes in the 'gerrit' project where a reviewer wrote 'third-party libraries' in any comment
----