Bart Vandeputte Better Search Search for full word combinations rather than just individual words. Docs Source Download $pages->bettersearch($string, $options) Version 2.0.2 License MIT Stars 22 Supports K4 K3 Created 6 Dec 2019 Updated 3 Dec 2023 Info Topics Search Templating Implements Pages method(s) Support Docs Issues Email Latest releases 2.0.2 2.0.1 2.0.0 1.0.1 1.0 Similar plugins Algolia DocSearch Index and search your Kirby site with Algolia DocSearch K5 K4 K3 Code Highlighter A server-side syntax highlighter plugin for Kirby CMS, powered by Phiki, that uses TextMate grammars and VS Code themes to generate syntax-h… K5 K4 Storybook Generate Storybook stories from snippets and templates K5 K4 K3 More by Bart Vandeputte More $site->log('My message', 'error'); Log A little log utility (KLogger wrapper) K4 K3 autopublish: label: Autopublish on type: date time: true default: now autounpublish: label: Automatically unpublish on type: date time: true Autopublish Schedule automatic publishing of pages (drafts) on a certain date & time K4 K3 $queue = kqQueue('queuename'); $job = kqJob([ 'foo' => 'foo', 'bar' => 'bar' ]); $queue->addJob($job); Queue Enable workers in Kirby that can do tasks in the background at scheduled intervals (cron) by working through queues of jobs K4 K3