From 36634df3555c72456ac7aa2b8968e96a5921f896 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 26 Oct 2015 10:18:40 +0000 Subject: [PATCH] Add filter param --- api/client-server/v1/search.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/client-server/v1/search.yaml b/api/client-server/v1/search.yaml index 885e62b3..cc299056 100644 --- a/api/client-server/v1/search.yaml +++ b/api/client-server/v1/search.yaml @@ -62,6 +62,12 @@ paths: type: string enum: ["content.body", "content.name", "content.topic"] description: The keys to search. Defaults to all. + filter: + type: object + title: Filter + description: |- + The filter to apply to search results. + This has the same format as v2 filter API. required: ["search_term"] required: ["search_categories"] responses: