nextcloud/apps/comments/lib/Search
Michał Węgrzynek 2f8cfbb76d Fix comments search result to work with multibyte strings
Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.

Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
2019-12-13 14:39:25 +00:00
..
Provider.php Add pagination support 2018-07-25 18:53:45 +02:00
Result.php Fix comments search result to work with multibyte strings 2019-12-13 14:39:25 +00:00