Document 'inname' and 'description' search operators for project queries

Change-Id: I28456352ff81b00e49be2312985741e84333f6ed
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-10-13 13:53:20 +02:00
parent bf3b8b70fd
commit 5815a78397

View File

@@ -10,7 +10,19 @@ returned results.
[[name]]
name:'NAME'::
+
Matches projects that have the NAME 'NAME'.
Matches projects that have exactly the name 'NAME'.
[[inname]]
inname:'NAME'::
+
Matches projects that a name part that starts with 'NAME' (case
insensitive).
[[description]]
description:'DESCRIPTION'::
+
Matches projects whose description contains 'DESCRIPTION', using a
full-text search.
== Magical Operators