Project

General

Profile

Actions

Bug #5604

open

Search error on second result page

Added by Luke Mauldin about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
-
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:

  1. Search for: FromError AND extension:go --- the url generated is: httpsXXXXcom/_admin/search?q=FromError+AND+extension%3Ago&type=content&max_lines
  2. 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

Actions

Also available in: Atom PDF