Hi,
I am using the Smart Search Module in an SP PB Pro page and have created an article (Search Results) and hidden menu item pointing to that Search Results page.
In the Smart Search Module I set the "Set ItemID" to point to that hidden menu item and I display that module on my Home Page.
https://drive.google.com/file/d/1ryifMqaeC3MC2T_9D1ukrYmHwwAgWj-c/view?usp=sharing
This works fine for the initial search from the module. The URL is site/component/finder/search?q=Test&Itemid=336
https://drive.google.com/file/d/1WxnB1xTo8aR14J6UMfIl1HR_5VoYyh06/view?usp=sharing
However when the search results are displayed, a search box is also displayed for the users to search again... which is fine except... the results from that search go to my home page... this is the URL from the 2nd search - site/component/finder/search?Itemid=260&q=Test&Search= , ItemID 260 is my home page.
https://drive.google.com/file/d/18RY7xPT6ClZSVxwwyNbkdy43URIlB3l_/view?usp=sharing
So I'm guessing I need some sort of global setting which tells every search option to use ItemID=336? For instance I had turned on the Search Box in Template Setting, and while the initial search would use the correct URL any subsequent searches would also use the Home Page Item ID
I look in global configuration but couldn't find anything. Frustrating part is I just spent the time to change my 'single page' article to using modules which is why I noticed now and not previously :-(
Cheers