Search found 3 matches

by duncanc
Mon May 04, 2026 11:41 pm
Forum: Announcements
Topic: Bludit v3.20.0 is here
Replies: 6
Views: 1808

Re: Bludit v3.20.0 is here

LRAM wrote: Mon Apr 27, 2026 11:19 am What should be do for our plugin to be compatible with the latest version?
I think it is this line in the plugin's metadata.json file

Code: Select all

"compatible": "3.20",
by duncanc
Sat Mar 28, 2026 3:46 pm
Forum: General
Topic: Too many search results
Replies: 2
Views: 1242

Re: Too many search results

I too found that the search results didn't always appear as expected. Looking at the plugin code, I found that it uses fuzzy matching, see file bl-plugins/search/vendors/fuzz.php

If you want to reduce the number of results then you can make a small change to the plugin code in the file bl-plugins ...
by duncanc
Fri Apr 19, 2024 11:36 pm
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 7
Views: 18272

Re: Random slowdowns during login or posting content?

Review the plugins that are enabled. Possibly a plugin is doing some lengthy processing on logging-in or posting new content.