Hi everyone, We have a web application that queries a Solr server through http. What we would like to do is to customize the Solr server and hijack the search request. If the user search term matches certain rules, then redirect the user to a different page without even performing any search in Solr, if the search term does not match any rules, then perform search as usual.
The question is how this can be achieved with the new SearchComponent architecture. Any inputs would be appreciated! Alex