Details
-
Improvement
-
Resolution: Fixed
-
None
-
Critical
-
-
-
Empty show more show less
Description
Regarding the fulltext index for the term attributes there are two todos:
Disable the minimum word length
The default for the minimum word length for mysql fulltext search is 3. Parameter ft_min_word_len.
For TermPortal we need every word to be found, regardless of its length.
Therefore this needs to be set to 1.
Since this can only be done in mysql configuration, we need to change that on our server, add it to the installation instructions for translate5 and send it to the admins of self-hosted installations for information.
disable stopword list
Make research what is possible / what must be done (DB root rights / ordinary user etc) depending on that make an alter script or place instructions into the important release notes
make a DB system requirements check
which checks both above settings if applied