SenseNet / sn-webpages

UI layer for the sensenet platform built using ASP.NET pages, webparts and controls.
https://www.sensenet.com/
GNU General Public License v2.0
5 stars 8 forks source link

Search page is missing #21

Closed tusmester closed 6 years ago

tusmester commented 6 years ago

When you enter a search phrase into the search box in the top right corner in any of the workspaces (the one with the placeholder text 'Search site' or 'Search workspace'), you get an error message:

Unknown action. Action: Search

This is because there is no Search app/page in SN7 yet.

The reason this issue is here and not in the sn-workspaces repo is that the error is caused by the ContextSearch portlet (which is here): that is what tries to load the Search action and redirect to it.

The simpliest solution is to port the Search page from the old BP branch (or from SN6) here. We should check that page: what portlets are on it, which page template it uses, etc. If it is ok, we should move it here.

tusmester commented 6 years ago

Fixed in 7.1 by adding the Search page.