all repos — searchix @ 920764211064521930441b96ed914034302a7470

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: offer to show all results on one page (if < 10000) Implements: https://todo.sr.ht/~alanpearce/searchix/5

Alan Pearce
commit

920764211064521930441b96ed914034302a7470

parent

d289e54af28de6b21cbe49cebc262c4e3ca9f6d2

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M internal/config/config.gointernal/config/config.go
@@ -14,6 +14,8 @@
var Version string var DevMode bool +const MaxResultsShowAll = 10_000 + type URL struct { *url.URL }