From 83c0b0e7ec02ae5d25acae6d5953d4b60ad4df59 Mon Sep 17 00:00:00 2001 From: mueh Date: Tue, 28 Apr 2026 15:40:09 +0200 Subject: [PATCH] Working stable release! --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a04bae3..ff16b32 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,32 @@ fulltext search with one that is completely relying on the proven elasticsearch ## Installation ```bash -composer require blomstra/search:* +composer require sbp/flarum-search ``` + + +## Notes + +This fork is now maintained as `sbp/flarum-search`. + +Intentional compatibility leftovers: +- settings keys remain `blomstra-search.*` +- some translation keys remain `blomstra-search.*` +- CLI command names may still remain `blomstra:*` until a later migration + +Search behavior: +- title autocomplete enabled +- fuzzy title search enabled +- exact + fuzzy content search on full search page +- no content autocomplete in dropdown (performance decision) +`` + +Repository can be found here: https://gitea.muehlberger.net/sbp-jm/sbp-flarum-search + + + + Enable the extension in the admin area and configure the Elasticsearch endpoint and index name in the extension settings. ## Setting up the index