clarkwinkelmann
Hello!
I believe I have identified the root cause of the issue we discussed. It appears to be related to line 76 of the FlarumEngineManager.php
file in your repository:
clarkwinkelmann/flarum-ext-scoutblob/4e1eecd18f687b3105c8dd3cc6ca5f8dc434729d/src/FlarumEngineManager.php
The line sets the searchBoolean
parameter to true
, and as you may know, TNTSearch does not utilize a tokenizer when searchBoolean
is enabled.
I would like to know if it's possible to disable the Boolean search feature. I conducted some preliminary tests with this feature turned off, and it seems to work fine. However, I am uncertain if disabling Boolean search might affect other scenarios or functionalities.
Could you please provide some guidance on whether it's safe to disable Boolean search, or if there are any potential side effects I should be aware of?
Additionally, since TNTSearch is a PHP implementation, it is suitable for use on shared hosting environments. Plus many users may not have the expertise to configure other search services, making TNTSearch quite indispensable for them.
Thank you for your help!!!