freeflarum.com icon indicating copy to clipboard operation
freeflarum.com copied to clipboard

blomstra/search

Open essesoul opened this issue 3 years ago • 2 comments

Packagist URL for extension: https://extiverse.com/extension/blomstra/search

Why should we install the extension? 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.

essesoul avatar Dec 25 '21 13:12 essesoul

This requires us to run the php flarum blomstra:search:build command for each forum, so that the search dataset can be built. Further posts and discussions will be added manually, as the README states.

The search index will probably raise our disk space a bit. Also, currently there is not a general script to run a command for each forum. This extension might be included later though.

SKevo18 avatar Dec 29 '21 15:12 SKevo18

This requires us to run the php flarum blomstra:search:build command for each forum, so that the search dataset can be built. Further posts and discussions will be added manually, as the README states.

The search index will probably raise our disk space a bit. Also, currently there is not a general script to run a command for each forum. This extension might be included later though.

As I understand, this extension uses elastic, so maybe the disk space will not increase but it will assume some CPU resources for the forum enabled this extension.

zouyonghao avatar Mar 25 '22 13:03 zouyonghao