issue: #3524863 Redundant Array check prevents Spellcheck with "Direct query" Parse Mode
Introduced a new configuration option, search_api_spellcheck_strip_tags
, with a default value of true. This ensures that HTML tags are stripped from spellcheck keys when processing single string inputs, improving security and consistency. Updated the logic to handle string inputs appropriately in getSpellcheckKeys
.
Closes #3524863