//search all comments
int limit = 10;
int offset = 0;
Qiscus.getDataStore().searchComments("contenttosearch", limit, offset);
//search all comments by roomId
long roomId = 70;
Qiscus.getDataStore().searchComments("contenttosearch", roomId, limit, offset);
Search Messages Local
How to use