diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/js/models/post_list.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/models/post_list.js b/client/js/models/post_list.js index a94ff7f..5ec8f3a 100644 --- a/client/js/models/post_list.js +++ b/client/js/models/post_list.js @@ -58,6 +58,7 @@ class PostList extends AbstractList { return api .get( uri.formatApiLink("post", id, "reverse-search", { + query: PostList.decorateSearchQuery(""), limit: limit, threshold: threshold, fields: fields.join(","), |