From d8bc0c9315f1dcddb4a819d2249bdae7ee0c494a Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 14 Oct 2015 16:13:43 +0100 Subject: [PATCH] Add search module --- specification/modules/search.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 specification/modules/search.rst diff --git a/specification/modules/search.rst b/specification/modules/search.rst new file mode 100644 index 00000000..c571d68d --- /dev/null +++ b/specification/modules/search.rst @@ -0,0 +1,14 @@ +Server Side Search +================== + +.. _module:search: + +TODO: Add summary. + +Client behaviour +---------------- +{{search_http_api}} + +Security considerations +----------------------- +The server must only return results that the user has permission to see.