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