wallabag/src/Wallabag/ApiBundle/Controller
Craig Roberts b32057980e
Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint
- 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
2019-01-22 20:42:24 +01:00
..
AnnotationRestController.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
DeveloperController.php Jump to Symfony 3.4 2018-10-04 14:11:57 +02:00
EntryRestController.php Merge remote-tracking branch 'origin/master' into 2.4 2019-01-15 09:41:18 +01:00
SearchRestController.php Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint 2019-01-22 20:42:24 +01:00
TagRestController.php TagRestController: rewrite delete actions to only retrieve tags related to the user 2018-12-30 01:34:49 +01:00
UserRestController.php Fix bad key matching 2017-12-08 12:10:28 +01:00
WallabagRestController.php Add a new endpoint to retrieve information from the wallabag instance 2019-01-15 10:17:11 +01:00