aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/SearchResultTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-0/+125
Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953