We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#1511 closed Defect (duplicate)

Pagination doesn't navigate very well, in search context

Reported by: FxNION Owned by:
Priority: normal Milestone: Elgg 1.7
Component: Core Version: 1.7
Severity: major Keywords: search, pagination
Cc: brettp Difficulty:

Description

Execute a query that can retrieve a lot of results, more than 10
When clicking either on Next or Previous in pagination element, the url looks curious with some ";" (so converted in %3b) and doesn't work:

http://xxxxx/elgg/pg/search?q=YYYYY&%3Blimit=10&%3Boffset=0&%3Bsearch_type=tags&offset=10

When clicking on a page number in the pagination element, a page displaying Error "Please enter a query to search". The url shown is just: http://xxxxx/elgg/pg/search?offset=ZZZ

In Admin/User administation, all seemms ok concerning the pagination.

Change History (2)

comment:1 Changed 3 years ago by brettp

  • Resolution set to duplicate
  • Status changed from new to closed

Side-effect of #1512

comment:2 Changed 3 years ago by FxNION

Ok, i grabbed the 3934 and 3935, nice job, it works ;)

Note: See TracTickets for help on using tickets.