From 6c35764f4892ce89d6f009719ca1d1abc5626d75 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 27 May 2017 09:30:54 +0200 Subject: [PATCH] Created search controller --- RestControllers/searchController.php | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 RestControllers/searchController.php diff --git a/RestControllers/searchController.php b/RestControllers/searchController.php new file mode 100644 index 0000000..77fe573 --- /dev/null +++ b/RestControllers/searchController.php @@ -0,0 +1,30 @@ + 25) + Rest_fatal_error(401, "Invalid search limit !"); + + //Perform research on the database and return results + + } +} \ No newline at end of file