]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/BookmarkServiceInterface.php
Fixed: Pinned bookmarks are displayed first in ATOM/RSS feeds
[github/shaarli/Shaarli.git] / application / bookmark / BookmarkServiceInterface.php
index ce8bd912bf6b5a8d086646a9f1fd4f8fd297fe62..b9b483eb8ae14ae70582ec5589eb67fd9f066558 100644 (file)
@@ -49,10 +49,17 @@ interface BookmarkServiceInterface
      * @param string $visibility
      * @param bool   $caseSensitive
      * @param bool   $untaggedOnly
+     * @param bool   $ignoreSticky
      *
      * @return Bookmark[]
      */
-    public function search($request = [], $visibility = null, $caseSensitive = false, $untaggedOnly = false);
+    public function search(
+        $request = [],
+        $visibility = null,
+        $caseSensitive = false,
+        $untaggedOnly = false,
+        bool $ignoreSticky = false
+    );
 
     /**
      * Get a single bookmark by its ID.