diff options
| author | Arun Isaac | 2022-07-06 18:10:32 +0530 |
|---|---|---|
| committer | Arun Isaac | 2022-07-07 02:26:08 +0530 |
| commit | 37b6f80592ba6c8cb27ef9ea048ca23bde00e134 (patch) | |
| tree | bcbecc3436f18e2fc9b0a966a115af3de187bfac | |
| parent | f783abafa220124817a2782430cb63c9f3511d15 (diff) | |
| download | tissue-37b6f80592ba6c8cb27ef9ea048ca23bde00e134.tar.gz tissue-37b6f80592ba6c8cb27ef9ea048ca23bde00e134.tar.lz tissue-37b6f80592ba6c8cb27ef9ea048ca23bde00e134.zip | |
issues: Request pagination of search results in the web UI.
* issues/paginate-search-results.gmi: New file.
| -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. |
