Actions
Bug #4074
closedContent View Package Filter rules will only filter up to 10 items
Description
Due to the way the elastic search query is called in package_rule.rb:
results = Package.search(unit[:name], 0, 0, [repo.pulp_id],
[:nvrea_sort, "ASC"], :all, 'name' ).collect(&:filename).compact
Only the first 10 results are received since a page size of 0 is being defined which defaults to ES's default of 10 (i think?)
Other types (errata, etc..) may have this issue, not sure.
Created: jlsherrill on July 08, 2013 18:30 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2605
Actions