getgrav / getgrav/grav-plugin-simplesearch
search results path seems incorrect
- Dominant language
- PHP
- Stars
- 46
- Forks
- 55
- Avg merge
- 5h 44m
- Merged PRs (30d)
- 1
Description
Greetings,
When I search I get no results. If I am on a page /this/page, and I use the search box, I get this page
`https://server/this/page?searchfield=minim+veniam`
and no results.
If I go to /search and search from there, I get this page
`https://server/search?searchfield=minim+veniam'
and no results.
If I enter
`https:/server/search/query:minim veniam` I get a page with some results on it.
I don't see where this path is set. I see it in the javascript file - and appears to be set on the form correctly.
```
```
Any help would be appreciated
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.