Closed (works as designed)
Project:
Google Programmable Search Engine
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 04:01 UTC
Updated:
27 Jul 2015 at 15:24 UTC
Jump to comment: Most recent
Comments
Comment #1
The Computer Audiophile commentedI believe you can either disable the Drupal search module or in the access control settings uncheck the ability to use the search module. This should remove the tab.
Comment #2
stackpool commentedYou're right, this is a good module, but it should at least have a few lines of documentation as it's not the most intuitive of UIs at all.
If you go to the Modules section (admin/build/modules) and uncheck the module "Google CSE search", that disables the appearance of alternative search tabs.
Give everybody access to "search Google CSE" in the google_cse module entry in admin/user/permissions.
Then uncheck all the users in "search content" listed under "Search Module", also in admin/user/permissions. I unchecked the advanced search options as well.
I think that's about it. Works for me anyway! :-)
Comment #3
moscheIT commentedDon't work for me :( if i follow you instrutions , the search box disapair
Comment #4
IbnDrupal commented@stackpool
This doesn't work for me.
Infact I'm not sure how this can work for you either. By removing "search content" permissions, the search box disappears...
Comment #5
cchan commented@moscheIT IbnDrupal
You need to add the Google CSE block for the search box to show up. If two search boxes appear, then uncheck the regular search module in Core-Optional
Comment #6
chadd commentedsame problem here.
i have the google cse block enabled.
when i remove anonymous permissions for the core search module, anonymous users can no longer use the google CSE.
they can still see the google CSE search box, but when a search is submitted, they are sent to /search/google/[query]/[querystring containing google cse id/info]
and they get an access denied. they can successfully go to /search/google/ but once a search is performed, they are blocked.
any help on this one?
i'd like to get rid of the content tab because it is very confusing for users to have 2 sets of different results.
thanks!
Comment #7
luthien commentedThe following settings worked well for me:
1) go to the Modules section (admin/build/modules) and uncheck the module "Google CSE search".
2) go to admin/user/permissions, and give everybody access to "search Google CSE". Remove permissions for all the users for "search content" and "advance search" entries.
3) go to the Modules section (admin/build/modules) and uncheck the module "Search".
It is basically the same solution proposed by #2.
Comment #8
chadd commented#7 worked perfect for me
Comment #9
patcon commentedA-ha... so the "Google CSE search" module is where the dependency is...
Comment #10
kribby commentedIs there another way to do this? Removing the standard Search module conflicts with Search 404's ability to integrate with Google CSE.
Comment #11
blueflag commentedExactly what i needed!!!
Comment #12
patcon commented@ #10
Also, it seems to prevent search terms from being passed on when you move to other search tabs (like USERS or PROFILE)... The text in the field just disappears...
Comment #13
munyivaThanks #7 worked for me.
Comment #14
mlaw commented#7 worked for me! Thanks!
Comment #15
suncorjohn commentedDoes this work for the Drupal 7 version ?
I figured it out. For Drupal 7 just disable Node & User under Active Search Modules in Home > Administration > Configuration > Search and metadata
Comment #16
alexmoreno commented