caddy-search
caddy-search copied to clipboard
search middleware for Caddy
Hi, thanks for this useful plugin. I'm experimenting on windows and the provided link on search results are incorrect (backslash "\" escaped as '%5c' ) instead of URL path "/")....
RAM usage
Hello, @mholt and I discussed that this plug-in seems to use up a very large amount of RAM when caddy search is enabled in the `Caddyfile` and/or when caddy is...
I'm trying to use caddy (0.9.4) to provide a full text search for a hugo generated site. I've got the search plugin working with my pages but the result formatting...
Something is going wrong and I seem to not get down to the issue. I tried the following configs: ``` :8080 { root /etc/source/files gzip basicauth / user {$BASICAUTH_PASSWORD} search...
The output from `{{ .Body }}` is HTML entity escaped. I would very much like the option of being able to disable that feature. I trust the HTML I wrote...
Because I have no idea how to make use of it, I think an example would clear things up :)