Closed (fixed)
Project:
Google Ajax Search Module
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2007 at 15:18 UTC
Updated:
13 Oct 2009 at 19:47 UTC
Has anyone figured out how to display these results in a separate page instead of on the side bar?
Thanks
Ron
Comments
Comment #1
waynedrupal commentedNo. I am thinking that the demonstration page has this not in a block, so I was hoing that this could be done also. Any response to this question?
Comment #2
waynedrupal commentedIn documentation it says: A googleajaxsearch macro can be created on the googleajaxsearch/macro page and the text can then be
copied and pasted into any node where the googleajaxsearch filter is enabled.
Does anyone know what this means? I tried to add the macro example
to the GajaxsearchMacro.js page and then the same code to a node after setting up filter rule. Any ideas? I would really like to get this module into a page!
Comment #3
rmahon commentedI gave up and installed Goggles custom Search. For $100.00 a year you can get rid of the ad's.
Bonus feature I have a multi site set up with 5 sub sites. Custom search returns from every ware no mater where it's located.
Regards
Ron
Comment #4
happysnowmantech commentedI played around with this module a bit, but like Ron, ended up going with the free version of Google custom search because it was easier to set up one search engine that searched a fixed set of websites. But, I did do a hack to get the Google Ajax Search macro results to appear on a different page:
1. I generated a Google Ajax Search macro string and then copied it.
2. For the search results page, I created a page node with the PHP input option and put in this code snippet. Since I was just trying it out, I didn't validate the user input, but you need to validate it on your live site to avoid introducing any security issues.
3. For the search form on a separate page, I created a custom block with the PHP input option and put this code in it:
Comment #5
mac_perlinski commented