Go to file
Daniel Klabbers 254c58101b indexing now works using language processing 2021-11-02 12:07:27 +01:00
.github/workflows ci: update workflow to run on `main` 2021-10-13 19:24:13 +01:00
js indexing now works using language processing 2021-11-02 12:07:27 +01:00
resources wip 2021-10-31 02:53:16 +02:00
src indexing now works using language processing 2021-11-02 12:07:27 +01:00
.editorconfig wip 2021-10-12 23:15:47 +02:00
.gitattributes wip 2021-10-12 23:15:47 +02:00
.gitignore wip 2021-10-12 23:15:47 +02:00
README.md readme 2021-11-02 11:01:34 +01:00
composer.json moving to posts 2021-10-14 21:31:50 +02:00
extend.php wip 2021-10-31 02:53:16 +02:00

README.md

Search replaces the native Flarum search functionality which relies on MySQL badly performing fulltext search with one that is completely relying on the proven elasticsearch engine.

Features

  • Sync discussions to elastic search using your queue, unobtrusively for the user.
  • Reduces search loading times to well below 400ms (local tests with 50.000 discussion 260ms)
  • Uses Flarum's group permissions and tags system.
  • Compatible with Friends of Flarum Byōbu.

Installation

Use composer:

composer require blomstra/search:*

Enable the extension inside the admin area and configure the settings.

Set up

Enable the extension in your admin area. Now to seed your existing discussions use the following command:

php flarum blomstra:search:documents:rebuild --mapping

All mutations to discussions are automatically added and removed from the elasticsearch index.

FAQ

I have another question. Reach out to us via https://helpdesk.blomstra.net. We will get back to you as soon as we can. If you have a running subscription please mention when you started your plan and/or which plan you are on. Always add sufficient information when reporting errors. We prefer errors being reported here, but understand that sometimes you can't.


Icon made by Freepik from Flaticon.