Download the PHP package arnoson/kirby-loupe without Composer
On this page you can find all versions of the php package arnoson/kirby-loupe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package kirby-loupe
Kirby Loupe A thin wrapper around [Loupe](https://github.com/loupe-php/loupe/), an SQLite based, PHP-only fulltext search engine. ## Key Features - 🎯 Typo tolerant / fuzzy search - 🔍 Filtering and sorting - 📄 Built-in pagination - 🌍 Works everywhere, no SQLite extensions needed - ⚡ Decent performance (~100ms for 5000 documents, ~300ms on low-end shared hosting) ## Install ## Usage You have to index your existing content once. After the initial indexing the index will be updated automatically via Kirby's page hooks. ## Options ## Reindex This plugin will automatically update Loupe's search index via page hooks. But for your initial content, or after you have manually uploaded content, you will need to index your site explicitly. To do so either call Or use the panel field As indexing large numbers of pages (thousands) can potentially break due to maximum execution time, especially on shared hosting, indexing via the Panel is done in chunks. The default is `100`, so 100 pages will be indexed at a time and a progress bar will be displayed. If you only have a small number of pages, or a good enough server, you can disable chunks and index all pages at once. ## Pagination The result has a pagination attached, so you can build your navigation, see the `/example/site/templates/default` for a full example. This uses Kirby's native pagination class. You can pass advanced navigation options in `search()`: ## Loupe Search Result See `example/site/templates/default.php` for a more advanced example.
All versions of kirby-loupe with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
getkirby/composer-installer Version ^1.2
loupe/loupe Version ^0.13.2
getkirby/composer-installer Version ^1.2
loupe/loupe Version ^0.13.2
The package arnoson/kirby-loupe contains the following files
Loading the files please wait ...