Skip to content

Commit

Permalink
Remove beta notices for searchcache docs (#3823)
Browse files Browse the repository at this point in the history
These noticed have been there since 2019:

#1445
#1463
#1471
#1498

They've been stable since then, so not beta.
  • Loading branch information
foolip committed May 30, 2024
1 parent 5237dd2 commit 2976022
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Combines the filters such that there exists some result in the row that satisfie

#### All and None

> BETA: This feature is under development and may change without warning.
all([query1] [query2])

Combines filters such that they must all apply to all runs.
Expand All @@ -61,8 +59,6 @@ useful when there are multiple runs with the same product, e.g. to find a regres

#### Count

> BETA: This feature is under development and may change without warning.
count:[number]([query1] [query2])

Requires that the number of results matching the given query/queries is precisely
Expand All @@ -79,8 +75,6 @@ Safari is the only one missing a result:

##### Count inequality

> BETA: This feature is under development and may change without warning.
count[inequality][number]([query1])

Requires that the number of results matching the given query satisfies the given
Expand Down Expand Up @@ -151,8 +145,6 @@ Where `[product]` is a product specification (e.g. `safari`, `chrome-69`).

#### Meta qualities

> BETA: This feature is under development and may change without warning.
Filters the results to values which possess/exhibit a given quality.

is:[quality]
Expand Down

0 comments on commit 2976022

Please sign in to comment.