Hi Jochen, As per your need i understand that, you want to show the open the new page when user search query on home page and same query should appear on search page along with search result.
If i am right, then you can open another page using JavaScript and you can use jquery to call the solr url returning the results of user query and get the data in json format, parse the data and show it on search page. With Regards Aman Tandon On Fri, Mar 6, 2015 at 8:11 PM, Jochen Lenz <jochenl...@posteo.de> wrote: > Hello, > i'm looking for a solution for the following situation: > I have a website consisting of two sites. > One site is called "home" and one is called "search". > On the search site i have embeded solr via iframe. > On the home site there should be a search field. > When the search field is fired it should open the search site with solr > showing the search query and result (it should look like as if i would have > used the search field directly on the search site). > I would be very thankfull for any hints in connecting these parts! > Regards > Jochen >