Mercurial > p > roundup > code
diff CHANGES.txt @ 6599:39189dd94f2c
issue2551189 - increase size of words in full text index.
Increased indexed word maxlength to 50
DB migration code is written and tests work.
Restructured some tests to allow for code reuse.
Docs.
If this passes CI without errors 2551189 should be done. However,
testing on my system generates errors. Encoding (indexer unicode
russian unicode string invalid) and collation errors (utf8_bin not
valid) when running under python2. No issues with python3 and I
haven't changed code that should cause these since the last successful
build in CI. So if this fails in CI we will have more checkins.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 26 Jan 2022 15:04:09 -0500 |
| parents | 91ab3e0ffcd0 |
| children | 57dc15ad648d |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jan 26 08:58:46 2022 -0500 +++ b/CHANGES.txt Wed Jan 26 15:04:09 2022 -0500 @@ -127,6 +127,11 @@ - Add better error display to the user. Needed to expose errors in fts5 search syntax to the user while also displaying the template page structure. (John Rouillard) +- issue2551189 - increase size of words in full text index. + Many terms (like exception names or symbolic constants) are larger + than 25. Also German words are long. Since there is little chance + of fixing German to shorten their words, change indexer maxlength to + 50. (Thomas Hein provided patch; patch reworked John Rouillard) 2021-07-13 2.1.0
