Hi
I am wondering if anyone have run into this problem before. One of my clients is running DNN 4.9.3 and we are trying to add Google CSE on it. We used the search module by Mandeep and we have asked them the same question as I will post here.
The problem is for some reason, I can't pass querystrings into a DNN page for the CSE to pick up. typically when you do a search (on any other page), it redirects to the search results page and passes a querystring similar to this -
http://www.XXXXXXXX.com/search.aspx?q=MySearchTerms&cx=013119247648488670374%3aqj19ys5gj04&cof=FORID%3a9&safe=inactive" target="_blank" rel="nofollow">
http://www.XXXXXXXX.com/search.aspx...e=inactive
However, the querystring is not passed to the CSE code to show the results, so it ends up showing no results, which is just as good as clicking on a link to (in this case)
http://www.XXXXXXXX.com/search.aspxHowever, if I do a search on the search results page itself, it works because of the AJAX. Ironically, it will generate the same URL string as before:
http://www.XXXXXXXX.com/search.aspx?q=MySearchTerms&cx=013119247648488670374%3aqj19ys5gj04&cof=FORID%3a9&safe=inactive" target="_blank" rel="nofollow">
http://www.XXXXXXXX.com/search.aspx...e=inactive
So how do I fix this? Any ideas?