getgrav / getgrav/grav-plugin-simplesearch
Collection search doesn't work
- Dominant language
- PHP
- Stars
- 46
- Forks
- 55
- Avg merge
- 5h 44m
- Merged PRs (30d)
- 1
Description
Hi ! I tried to follow the instructions carefully, but couldn't make simplsearch work on page searches (global search works well).
Here's my code :
```
---
title: Blog
content:
items: @self.children
limit: 10
order:
by: date
dir: desc
pagination: true
url_taxonomy_filters: true
simplesearch:
route: @self
filters:
- @self
filter_combinator: and
---
...
```
When submitting the form, the query is correctly appended to the url, but the listing page shows all the items, just as if no query was set.
Is it a bug ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.