igniterealtime / openfire-search-plugin

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

The search doesn't find anything if use a non-English localization #19

Open Plyha opened 1 year ago

Plyha commented 1 year ago

This happens because propepries:advance.user.search.username, advance.user.search.name ,advance.user.search.email must use an English translation string or must not be translated.

If the Brazilian/Russian language was set in Openfire, then the search stopped working. The Latvian language was not affected by this problem because it is not available in Openfire.

PR: https://github.com/igniterealtime/openfire-search-plugin/pull/18