You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I need can I delete a visitor? I'm trying to update user details, but in a lot of cases I need to delete the visitor to recreate them, its possible?
Description:
In release 3.6.0 was introduced the api
livechat/visitors.search
(#18514)There is a reason for filter by name only with string starts with? Maybe can be with
contains
?Rocket.Chat/app/models/server/raw/LivechatVisitors.js
Line 68 in bd550af
Steps to reproduce:
/livechat/visitors.search?term=value
Expected behavior:
Search all visitors with name contains
value
Actual behavior:
List visitors with name starts with
value
Server Setup Information:
Client Setup Information
The text was updated successfully, but these errors were encountered: