First of all: love Grav! Looks great, relatively easy to use. Looking forward to the Admin Plugin (saw the blog post just now ;))
Anyway, I’m using the default Grav installation (Antimatter theme with a few CSS tweaks) with a few (single) pages and one blog page. On that blog page I would like to use the Simplesearch plugin, just like the Blog Skeleton does. However, it looks like the routing is not working correctly (or it does, but the result is not what it needs to be :)). Anyway, best way to describe the issue is it have a look at: http://ronaldsmeets.info/articles
a) Search for example for “musicbox” and the plugin directs to http://ronaldsmeets.info/articles/search/query:musicbox which results in a 404.
b) If I remove the \articles\ part in the URL the correct results page shows up: http://ronaldsmeets.info/search/query:musicbox
(\user\config\plugins) simplesearch.yaml:
enabled: true
built_in_css: true
route: /search
template: simplesearch_results
filters:
category: blog
filter_combinator: and
Ps: changing the route parameter to: route: /articles/s earch
will result in http://ronaldsmeets.info/articles/articles/search/query:musicbox (=> 404)
If I then change to http://ronaldsmeets.info/articles/search/query:musicbox the search result page shows up.
I’ve searched this forum for answers, but couldn’t find any Any thoughts?
Thanks!
Cheers, Ronald
Pps: probably not related but the “tag” and “archive” plugins works just fine (for example http://ronaldsmeets.info/articles/tag:photography)