Actions
Feature #5371
closedFacet search: support pagination
Description
See https://github.com/Katello/katello/pull/3805#issuecomment-37648249
We should support pagination in facet search to speed up initial load time.
----
Imported from https://trello.com/c/klGlRcJv/385-facet-search-support-pagination_
Updated by Eric Helms about 11 years ago
- Status changed from New to Duplicate
- Triaged set to Yes
Updated by Walden Raines about 11 years ago
- Status changed from Duplicate to New
This isn't really a duplicate of #9729. For #9729 I plan on submitting a client side fix so we don't require these lines:
which trigger a resize event for every row in the table. I agree that supporting pagination in facet search would also help to alleviate this issue but the main problem here is the aforementioned JS code.
Updated by Eric Helms over 10 years ago
- Status changed from New to Resolved
Elasticsearch has been removed as of Katello 2.4.0
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release set to 166
Actions