Yesterday I fixed the search functionality on the website. Before, the website was redirecting you to the general error page. This was because the search was based on MSSQL freetext search index, but this is not (yet) supported by the provider. So I replaced the script with something that does not use the freetext search engine of MSSQL Server. It might not be that sophisticated, but it works. Happy browsing!