diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/paginate-search-results.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/paginate-search-results.gmi b/issues/paginate-search-results.gmi new file mode 100644 index 0000000..3904911 --- /dev/null +++ b/issues/paginate-search-results.gmi @@ -0,0 +1,5 @@ +# Paginate search results + +* tags: enhancement, good first issue + +We should paginate search results in the web UI. We can add a page parameter to the search URI that specifies the page number to display. Each page should have "Next page" and "Previous page" links at the bottom. |