query = this._getSearchQuery(qStr, type, sort);
/// <summery> /// Search users and pages with keyword /// /// <typeparam name=""></typeparam> mixed qStr /// <typeparam name=""></typeparam> mixed type /// <returns></returns> Indexed /// </summery> public function search(qStr, type = Search.SEARCH_TYPE_USER_AND_PAGE, sort, page = 1, limit = Search.SEARCH_RESULT_PER_PAGE)