igniterealtime / openfire-search-plugin

Adds Jabber Search (XEP-0055) capabilities to Openfire
Apache License 2.0
3 stars 8 forks source link

Deal better with case-sensitivity, accents and special characters. #10

Open guusdk opened 4 years ago

guusdk commented 4 years ago

Searches are now case sensitive, and require exact matches.

For example, when searching for luis, a user with then name of luís is not included in the result (but should).

marclaporte commented 4 years ago

FYI, here is a code example from Tiki: https://gitlab.com/tikiwiki/tiki/merge_requests/188/diffs

wrooot commented 4 years ago

https://issues.igniterealtime.org/browse/SPARK-2048 was filed because of that. Closing it now as Not a bug in Spark.

guusdk commented 4 years ago

This is (partially) covered by https://issues.igniterealtime.org/browse/OF-2121