이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Overview

A query is composed of terms and operators.

There are two types of terms:

  • A single term is a single word such as test or hello.
  • A sequence is a group of words surrounded by double quotes, such as "hello dolly".

To combine multiple terms into a complex query, you can use any of the following Boolean operators:

OperatorDescription
ANDIntersection: Both terms are in the selected views. If no operator is used, AND is used by default.
ORUnion: Either term is contained in the selected views.
-Exclusion: The following term is not in the view.

Autocomplete

Use the search bar’s autocomplete functionality to complete your queries with existing values.

Numerical values

You can search for a numerical attribute within a specific range. For example, retrieve all batches with an average duration between two and ten nanoseconds in the Duration facet. The search query updates with Duration:[2-10].

Further reading

PREVIEWING: dgreen15/github-error-fix