diff --git a/documentation/projects/proposals/additional_search_views/20230719-implementation_plan_additional_search_views.md b/documentation/projects/proposals/additional_search_views/20230719-implementation_plan_additional_search_views.md index 9a36910e3f6..9f0f2adf7fd 100644 --- a/documentation/projects/proposals/additional_search_views/20230719-implementation_plan_additional_search_views.md +++ b/documentation/projects/proposals/additional_search_views/20230719-implementation_plan_additional_search_views.md @@ -170,7 +170,7 @@ The flag should be switchable, and off by default. We can reuse the search store as is for these pages. -_Previously, frontend search store had a `searchBy` filter that allowed to +_Previously, the frontend search store had a `searchBy` filter that allowed to search within the `creator` field. When `searchBy` value was set, the API `q` parameter was replaced with the `=` API query parameter. This filter was removed because `searchBy` is not strictly a filter that can be