getgrav / getgrav/grav-plugin-simplesearch

Collection search doesn't work

Open
#118 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.