- Affected version
- 2.3.7
Steps to reproduce
The warning
Actual Result
The warning
Suggested Fix
Use
- Setup XenForo to use MySQL Full Text search
- Setup 2 Languages, English and German
- While using German, perform a search with two keywords - one which does produce results and one which is too short
- When the search results page is shown switch language to English
The warning
following_words_were_not_included_in_your_search_x
is displayed in englishActual Result
The warning
following_words_were_not_included_in_your_search_x
is still displayed in germanSuggested Fix
Use
JSON
instead of JSON_ARRAY
and serialize phrases as ['phrasename', ['param1' => 'param1Value']]
instead of storing them rendered.