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
Updated by Eric Helms over 10 years ago
- Category set to 111
- Difficulty set to easy
- Triaged set to Yes
Updated by Eric Helms over 10 years ago
- Is duplicate of Bug #4074: Content View Package Filter rules will only filter up to 10 items added
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release deleted (
13)
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 166
Actions