aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/SearchRestController.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix third argument to RouteJeremy Benoist2019-01-221-2/+1
|
* Factorize sendResponse between Api controllersJeremy Benoist2019-01-221-19/+0
| | | | And run newer cs fixer
* [wallabag/wallabag#2611] Fix PHPCS lint errorsCraig Roberts2019-01-221-6/+0
|
* Fixes [wallabag/wallabag#2611] Add a basic Search REST endpointCraig Roberts2019-01-221-0/+91
- Adds a new `search` key to `src/Wallabag/ApiBundle/Resources/config/routing_rest.yml` - Reuses the `getBuilderForSearchByUser` method from the EntryRepository - Supports, `term`, `page`, and `perPage` query parameters - Some very basic tests