caddy-search icon indicating copy to clipboard operation
caddy-search copied to clipboard

search middleware for Caddy

Results 6 caddy-search issues
Sort by recently updated
recently updated
newest added

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 "/")....

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 :)