getgrav / getgrav/grav-plugin-simplesearch
forward slash in query string causes Error 404
- Dominant language
- PHP
- Stars
- 46
- Forks
- 55
- Avg merge
- 5h 44m
- Merged PRs (30d)
- 1
Description
Grav allows taxonomy terms to contain forward slashes.
For example, the `AC/DC` in:
```yaml
title: Back in Black
taxonomy:
genre: Rock
artist: AC/DC
---
```
However, when processing a search query that contains a forward slash, Grav displays an **Error 404** page. For example:

Here is the URL of that page on the Grav Blog Skeleton demo site:
https://demo.getgrav.org/blog-skeleton/search/query:AC/DC
For comparison, when processing a search query that does *not* contain a forward slash (but still doesn't match any pages), Grav displays a **"found 0 results"** page. For example:

Here is the URL of that page on the Grav Blog Skeleton demo site:
https://demo.getgrav.org/blog-skeleton/search/query:ACDC
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.