search-for-kirby icon indicating copy to clipboard operation
search-for-kirby copied to clipboard

Kirby 3 plugin for adding a search index (sqlite or Algolia).

Results 6 search-for-kirby issues
Sort by recently updated
recently updated
newest added

## Describe the bug Getting "e is not defined" when having Search build it's DB. I am using Dreamhost, which I believe should have all required modules for PHP and...

bug 🐛

First of all, thanks for this extra nice plugin! I have a question related to fields defined in config. I'm maybe missing something super obvious, but I would like to...

enhancement ☁️

To reflect previous issue #47 about the operator AND. @distantnative I do have the SQLite provider turn on. in config.php: `'search' => [ 'provider' => 'sqlite', 'fields' => [ 'pages'...

bug 🐛

In order to not use up Algolia Units (or how they count the usage) enable sqlite mode in the backend and Algolia (or also sqlite) in the frontend. I don't...

I'm not sure how to phrase this better than having "accepted results", but I often search for the same terms in the panel. Especially, when I'm dealing with large collections...

feature ⭐️