Download the PHP package percipiolondon/craft-typesense without Composer
On this page you can find all versions of the php package percipiolondon/craft-typesense. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download percipiolondon/craft-typesense
More information about percipiolondon/craft-typesense
Files in percipiolondon/craft-typesense
Package craft-typesense
Short Description Craft Plugin that synchronises with Typesense
License MIT
Informations about the package craft-typesense
Typesense plugin for Craft CMS 4.x
Craft Plugin that synchronises with Typesense.
Requirements
This plugin requires Craft CMS 4.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require craftpulse/craft-typesense
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Typesense.
Typesense Overview
After setting up the config file on which indexes you want to create, you start right away after add / edit / delete elements. If you want to sync all of them, you can go to the Collections within the Typesense section in the control panel and sync all of them.
Configuring Typesense
After copy and paste the config.php into your own config folder and name it typesense.php. Add your index, the fields you want to attach and the query accordingly to start from. Example below on a blog section
By default, Craft CMS doesn't fire an event after updating a status when a scheduled post goes out. Therefore we provide a console command that you can attach to your cron jobs. The command checks if there are entries that are scheduled to go out today and if they haven't been updated after that date
Using Typesense
-Insert text here-
Typesense Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by craftpulse
All versions of craft-typesense with dependencies
craftcms/cms Version ^4.0.0
illuminate/collections Version ^9.10.0
nystudio107/craft-plugin-vite Version ^4.0.0
typesense/typesense-php Version ^4.7.0
php-http/guzzle7-adapter Version ^1.0.0