blob: 4ecd143665b2d3457c203e0a3dc57f66936db346 [file] [log] [blame]
Edwin Kempin6cfbb292017-01-04 09:40:50 +01001= Gerrit Code Review - Searching Groups
2
3Group queries only match internal groups. External groups and system
4groups are not included in the query result.
5
6[[search-operators]]
7== Search Operators
8
9Operators act as restrictions on the search. As more operators
10are added to the same query string, they further restrict the
11returned results.
12
Edwin Kempinc109ec12017-01-04 11:09:09 +010013[[description]]
14description:'DESCRIPTION'::
15+
16Matches groups that have a description that contains 'DESCRIPTION'
17(case-insensitive).
18
Edwin Kempina45b0722017-01-03 16:15:01 +010019[[inname]]
20inname:'NAMEPART'::
21+
22Matches groups that have a name part that starts with 'NAMEPART'
23(case-insensitive).
24
25[[name]]
26name:'NAME'::
27+
28Matches groups that have the name 'NAME' (case-insensitive).
29
Edwin Kempin6cfbb292017-01-04 09:40:50 +010030[[uuid]]
31uuid:'UUID'::
32+
33Matches groups that have the UUID 'UUID'.
34
35== Magical Operators
36
37[[is-visible]]
38is:visible::
39+
40Magical internal flag to prove the current user has access to read
41the group. This flag is always added to any query.
42
43[[limit]]
44limit:'CNT'::
45+
46Limit the returned results to no more than 'CNT' records. This is
47automatically set to the page size configured in the current user's
48preferences. Including it in a web query may lead to unpredictable
49results with regards to pagination.
50
51GERRIT
52------
53Part of link:index.html[Gerrit Code Review]
54
55SEARCHBOX
56---------