Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi,
I am relative newbie to LiveHelperChat, but I have never seen this feature working correctly in the tool. I have programmed in about 170 Canned Messages and I would be very useful to have this feature working for the Operators.
Looking at the developer console in chrome I do see requests fire for the typed search text, and these requests are getting HTTP 200 responses.
Search term is building up to "Apple", but the results panel in the UI never shows any matches. Each js response file appears to contain an array of all canned messages with nothing filtered. All files are the same size of ~ 46.6 KB.
/index.php/site_admin/chat/getcannedfiltered/56?q=A&_=1585445997708
/index.php/site_admin/chat/getcannedfiltered/56?q=Ap&_=1585445997709
/index.php/site_admin/chat/getcannedfiltered/56?q=App&_=1585445997710
/index.php/site_admin/chat/getcannedfiltered/56?q=Appl&_=1585445997711
/index.php/site_admin/chat/getcannedfiltered/56?q=Apple&_=1585445997712
Any clues or insight into what might be going wrong for me would be much appreciated.
Xtopher
Offline
Hi,
I’ll update documentation article how exactly canned messages works. Also you can you https://doc.livehelperchat.com/docs/canned/#tags
Offline
Thanks remdex. The #tags search functionality works and that will meet my needs.
If I may ask, what is the intended functionality of the search box next to the pull down of canned messages?
Xtopher
Offline
It’s intended as you describe just i think search is performeda in fields which does not match.
I’ll explain tomorrow in article in what fields search is performed
Offline
Updated documentation. Search is performed in message and title. I have updated so search would be done in title also, not only message text.
https://doc.livehelperchat.com/docs/can … -interface
Offline