feat: offer to show all results on one page (if < 10000) Implements: https://todo.sr.ht/~alanpearce/searchix/5
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/components/data.go → internal/components/data.go
@@ -25,4 +25,5 @@ Query string Results *search.Result Prev string Next string + All string }