diff --git a/docs/source/endpoints/registry.md b/docs/source/endpoints/registry.md index 54e897b6e..07254a933 100644 --- a/docs/source/endpoints/registry.md +++ b/docs/source/endpoints/registry.md @@ -52,9 +52,11 @@ Example response: :language: http ``` -## Filtering registry records +## Filter list of registry records -Filtering registry records is done by passing a `q` parameter with the prefix of the record name. Filtering also supports {doc}`../usage/batching` like listing registry records. +You can filter a list of registry records and batch the results. +To do so, append a query string to the listing endpoint with a `q` parameter and its value set to the prefix of the desired record name. +See {doc}`../usage/batching` for details of how to work with batched results. ```{eval-rst} .. http:example:: curl httpie python-requests diff --git a/news/1861.feature b/news/1861.feature index 04526ce6a..5880b2943 100644 --- a/news/1861.feature +++ b/news/1861.feature @@ -1 +1 @@ -Add search param to querystring for registry listing. @Faakhir30 \ No newline at end of file +Support filtering the list of registry records. @Faakhir30 \ No newline at end of file