Overview
You have set up a BRICK that allows users to jump to the standard Microsoft search results page when they desire to do a SharePoint-wide search. Now you are trying to route it to a modern SharePoint page. However, due to different query parameters between old and modern pages, this is not possible.
Examples of old and modern pages queries:
- OLD - [***]/search/Pages/results.aspx#k={keyword}
- MODERN - [***]/_layouts/**/sharepoint.aspx?q={keyword}&v=search
Solution
The q={keyword} search works only on modern Sharepoint pages. Bonzai is using classic pages. You may be able to create a script to handle this task by following the steps outlined in the following article.
Unfortunately, we can’t provide customers with modern page support yet, as it has not been implemented. Follow this article to receive information on Modern SharePoint pages upgrade status.