Fivefold / linkding-injector

Injects search results from the linkding bookmark service into search pages like google and duckduckgo
MIT License
216 stars 8 forks source link

SearX/SearXNG support #9

Closed Fivefold closed 1 year ago

Fivefold commented 1 year ago

TODO: implement support for SearX/SearXNG

I looked at the match patterns again and a compromise solution might be to match something like https://*/search?* and https://*/search?*. This would match any URL with a path ending in search (and optional a query string. Examples: https://mysite.com/search https://mysite.com/search?s=mysearchterm

Fivefold commented 1 year ago

Experimental support for SearX/SearXNG added in v1.3.0. Please read this if you have problems.