Actions
Bug #4071
closedPackage#autocomplete_name is not working for page_size
Description
The results from ElasticSearch for Package#autocomplete_name search are limited automatically to 10 (10 is the default search results size in ElasticSearch) so any number more than 10 probably won't work. Another problem is that we unique-ify the results after the query so supposing we get back 10 results that all have the same name, we only return 1 result. We need to have ElasticSearch both select distinct results and limit the results to 10.
Created: daviddavis on July 17, 2013 18:30 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2645
Actions