-
-
Notifications
You must be signed in to change notification settings - Fork 774
[Bug]: Search Theme Object is not working #6712
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
After upgrading to DNN 10.1.0, the search input does not redirect to the search results page with the correct URL.
It was working before the upgrade.
ex:
If I search "pro"
It redirected to
/Search-Results?search=pro
However, it now redirects to this page and displays nothing.
/Search-Results/ctl/Search
The search input is not loading the suggested dropdown as well. It seems there is an issue. Please can you help me?
Steps to reproduce?
ex:
If I search "pro"
It redirected to
/Search-Results?search=pro
However, it now redirects to this page and displays nothing.
/Search-Results/ctl/Search
Current Behavior
/Search-Results/ctl/Search
Expected Behavior
/Search-Results?search=pro
Relevant log output
Anything else?
No response
Affected Versions
10.1.0 (latest v10 release)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable