]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint
authorCraig Roberts <craig@craig0990.co.uk>
Mon, 9 Apr 2018 09:24:45 +0000 (17:24 +0800)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Jan 2019 19:42:24 +0000 (20:42 +0100)
- 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


No differences found