all repos — searchix @ 05a32bda78911772cb8b09f37bacbcf851a4ddba

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

feat: default to combined search on root path

Alan Pearce
commit

05a32bda78911772cb8b09f37bacbcf851a4ddba

parent

0de558cbda214106f46d26ace622df5dbb3266fd

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

changed files
M internal/components/search.templinternal/components/search.templ
@@ -23,6 +23,9 @@ }
templ SearchPage(tdata TemplateData, r ResultData) { @Page(tdata) { + <p> + Search Nix packages and options from NixOS, Darwin and Home-Manager + </p> @script(tdata.Assets.ByPath["/static/search.js"]) @Search(tdata, r) <section id="results" role="list" aria-label="search results">
@@ -36,5 +39,6 @@ <p class="notice">
Everything should work fine without JavaScript. If that is not the case, <a href="https://todo.sr.ht/~alanpearce/searchix">report an issue</a> </p> </noscript> + <a href="https://git.sr.ht/~alanpearce/searchix">Source code</a> } }