Merge "Clarifies documentation about wildcards in queries"
This commit is contained in:
commit
f9826d0019
@ -51,10 +51,10 @@ Guidelines for good queries:
|
|||||||
tempest and devstack logs.
|
tempest and devstack logs.
|
||||||
|
|
||||||
- Avoid the use of wildcards in queries since they can put an undue burden on
|
- Avoid the use of wildcards in queries since they can put an undue burden on
|
||||||
the query engine. A common case where wildcards would be useful are in
|
the query engine. A common case where wildcards are used and shouldn't be are
|
||||||
querying against a specific set of build_name fields, e.g. gate-nova-python26
|
in querying against a specific set of build_name fields,
|
||||||
and gate-nova-python27. Rather than use build_name:gate-nova-python*, list
|
e.g. gate-nova-python26 and gate-nova-python27.
|
||||||
the jobs with an OR, e.g.:
|
Rather than use build_name:gate-nova-python*, list the jobs with an OR, e.g.:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user