Actions
Bug #5604
openSearch error on second result page
Start date:
27.03.2020
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
Encountered error when using a smultiple search terms and navigating to the second page.
Scenario:
- Search for: FromError AND extension:go --- the url generated is: httpsXXXXcom/_admin/search?q=FromError+AND+extension%3Ago&type=content&max_lines
- Navigate to the second page of the results. =10The search query is changed in the search box to be: FromError%20AND%20extension%3Ago and the generated url is: httpsXXXXXcom/_admin/search?q=FromError%2520AND%2520extension%253Ago&max_lines=10&sort=desc%3Adate&type=content&pag
It looks like the application is trying to encode the spaces in the URL but it is not working as expected.e=2
Updated by Marcin Kuzminski [CTO] over 4 years ago
- Assignee set to Daniel D
- Priority changed from Normal to High
Updated by Luke Mauldin over 4 years ago
Version: RhodeCode Enterprise 4.18.2 Community Edition
Updated by Redmine Integration over 4 years ago
- Status changed from New to Resolved
Commit 4c0a23dbf1c3
by Daniel Dourvaris daniel@rhodecode.com on default
branch changed this issue.
https://code.rhodecode.com/rhodecode-enterprise-ce/changeset/4c0a23dbf1c31d49fb757859f5f266f17681eab7
Updated by Luke Mauldin over 4 years ago
Reviewed code commit and applied to local instance and it fixed the bug as expected. Thank you for the prompt work!
Actions