#11989 closed defect (bug) (fixed)
Tag paging doesnt take into consideration searches
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
At present, If you search Tags the paging will not reflect the number of pages after the search.
For example, Set paging to 5 terms, Create 10 terms.
Search for something that returns less than 5 terms, Expected result is 1 page, Actual result will be 2 pages.
Fix is based off the Category Search Paging fix.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12816]) Fix Tag paging number whilst searching. Fixes #11989