Skip to content
Snippets Groups Projects
Commit 3057bb08 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

DEV-52475 Avatar picker only shows 10 results for search

parent c7d49b4c
Branches
Tags
No related merge requests found
...@@ -435,7 +435,7 @@ void LLFloaterAvatarPicker::find() ...@@ -435,7 +435,7 @@ void LLFloaterAvatarPicker::find()
{ {
url += "/"; url += "/";
} }
url += "?names="; url += "?page_size=100&names=";
url += LLURI::escape(text); url += LLURI::escape(text);
llinfos << "avatar picker " << url << llendl; llinfos << "avatar picker " << url << llendl;
LLHTTPClient::get(url, new LLAvatarPickerResponder(mQueryID)); LLHTTPClient::get(url, new LLAvatarPickerResponder(mQueryID));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment