- Issue created by @demonde
- Status changed to RTBC
6 months ago 7:26pm 30 May 2024 - 🇨🇦Canada RobLoach Earth
Yes, you'll have to add both cases. The exact string that's passed through the t() function.
- 🇮🇳India userguest123
In search_api contrib module,
File : search_api/src/Plugin/views/filter/SearchApiFulltext.php
$msg = $this->formatPlural($this->options['min_length'], 'You must include at least one keyword to match in the content, and punctuation is ignored.', 'You must include at least one keyword to match in the content. Keywords must be at least @count characters, and punctuation is ignored.');
I am seeing no change, when I override both strings of $msg.