FreiChat related discussions
SOLVED: Online users search function doesn't work

Hi

It seems that the inline search function doesn't work with Greek characters because it returns no results search by nickname (name) on Joomla. Or something else happens which i cannot see.
Can u help me pls?
Thanks in advance!

Hi It seems that the inline search function doesn't work with Greek characters because it returns no results search by nickname (name) on Joomla. Or something else happens which i cannot see. Can u help me pls? Thanks in advance!
edited Dec 6 '15 at 8:15 am

Finally works..But only with plain letters not capital ones.
What is the names of the users are with capital ones.
Is there any possibility to have non case sensitive search function.
Thanks.

Finally works..But only with plain letters not capital ones. What is the names of the users are with capital ones. Is there any possibility to have non case sensitive search function. Thanks.

Hi

Could u help me on this one please?
Non case sensitive searching is a must.
Thanks!

Hi Could u help me on this one please? Non case sensitive searching is a must. Thanks!

Open freichat/client/freichat.js

Search for the function FreiChat.search_members method

In that replace

if (curr_user.indexOf(search_value) > -1) {

with

if (curr_user.indexOf(search_value.toLowerCase()) > -1) {
Open freichat/client/freichat.js Search for the function FreiChat.search_members method In that replace ``` if (curr_user.indexOf(search_value) > -1) { ``` with ``` if (curr_user.indexOf(search_value.toLowerCase()) > -1) { ```

Hi

Yes it works now. Maybe you need to include it in the new versions.
Thanks!

Hi Yes it works now. Maybe you need to include it in the new versions. Thanks!
208
5
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft