Skip to content

Commit

Permalink
Merge pull request #858 from akvo/feature/852_v3_typeahead_org_limit
Browse files Browse the repository at this point in the history
[#852] Retrieve all organisations instead of first 10 on my_details page
  • Loading branch information
kardan committed Oct 31, 2014
2 parents 1f1ca4e + 488560c commit 88031b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/myrsr/my_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
datumTokenizer: Bloodhound.tokenizers.obj.whitespace('long_name'),
queryTokenizer: Bloodhound.tokenizers.whitespace,
prefetch: {
url: '/rest/v1/organisation/?format=json',
url: '/rest/v1/organisation/?format=json&limit=3000',
filter: function(response) {
return response.results;
}
Expand Down

0 comments on commit 88031b8

Please sign in to comment.