| Issue 26: | Broken paginator links after search | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Go to http://oebfare.com/logger/django/?q=tie (equivalent to searching for "tie") 2. Check the destination addresses of the paginator links at the bottom, e.g. - http://oebfare.com/logger/django/?search=tie&page=2 What is the expected output? What do you see instead? The expected paginator link addresses would be http://oebfare.com/logger/django/?q=tie&page=2 as opposed to http://oebfare.com/logger/django/?search=tie&page=2 |
|
|
|