Closed RyanCarey closed 9 years ago
This is what i get.
I had one of the tech team look into this but with no progress. Will update if they make any.
On 21 September 2015 at 15:59, LLCampos notifications@github.com wrote:
[image: ea_problem] https://cloud.githubusercontent.com/assets/12008784/10007398/b7683a10-60bc-11e5-922f-97dbcd4375b2.PNG
This is what i get.
— Reply to this email directly or view it on GitHub https://github.com/tog22/eaforum/issues/40#issuecomment-142132246.
@tog22 Who's looking at it?
Not me, but: Reproduced. Of note is that, at least for the search term 'pesticides', it does display a google ad for pesticides, but no actual content.
Haven't tested it yet, but one potential solution to this is here: https://productforums.google.com/forum/#!topic/customsearch/lQAKjUmysfo
tl;dr: We need to remove the extra parentheses provided in Google's default search javascript:
<script>
(function() {
var cx = '009626762821654294175:32pjjkjpoxk';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only></gcse:searchresults-only>```
I can't reproduce this. Maybe it was fixed along with #45. Does anyone else have problems with search in Firefox?
Yes, it's fixed. (I was the one who reported the problem)
Hi! :)
The forum's search option doesn't work when I'm using Mozilla Firefox (see apendix). It works in Chrome and in Internet Explorer.
Best regards, Luís Campos