From 29760229607343f1f901843c2a9977a59e557737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 30 May 2024 22:49:38 +0200 Subject: [PATCH] Remove beta notices for searchcache docs (#3823) These noticed have been there since 2019: https://github.com/web-platform-tests/wpt.fyi/pull/1445 https://github.com/web-platform-tests/wpt.fyi/pull/1463 https://github.com/web-platform-tests/wpt.fyi/pull/1471 https://github.com/web-platform-tests/wpt.fyi/pull/1498 They've been stable since then, so not beta. --- api/query/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/query/README.md b/api/query/README.md index 273cd42b5f..0ae63a6dcf 100644 --- a/api/query/README.md +++ b/api/query/README.md @@ -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. @@ -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 @@ -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 @@ -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]