feat: enable advanced query string syntax Example: +Source:/home-manager|nixpkgs/ +"systemd service" https://blevesearch.com/docs/Query-String-Query/ References: https://codeberg.org/alanpearce/searchix/issues/6
1 file changed, 12 insertions(+), 1 deletion(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -67,6 +67,17 @@ padding: unset; margin: unset; } +legend { + display: flex; + width: 100%; + justify-content: space-between; + align-items: baseline; +} + +.help { + align-self: right; +} + section { border: none; margin: unset;@@ -126,7 +137,7 @@ h2 { font-size: 1.5rem; } -h2:only-child { +h2 { margin-top: 0; }