This module is for creating simple search pages for the Search API project, not using Views or any other modules. They can be used when a view would be unnecessarily slow, or for quickly testing out functionality. They also provide search blocks for starting a search from anywhere on the site.
Requirements
Is there a way to turn off user search? I tried creating a helper module and using unset($items['search/user/%menu_tail']);. This did remove the 'user' tab from the page, but I can still navigate to search/user and enter a partial username and see a list of users. How can I turn off user search altogether?
I'm using Apache Solr with an Aqcuia account for search. I'm also using OG for group pages. OG has a group search view as part of the module which works for me as long as I'm not on the group page.
If I search from a group node I get search results at the correct URL:
http://example.com/og/search/10?keys=MySearch
If I search from the group page I basically get a refresh of the page, but the URL below.
http://example.com/group-page?keys=MySearch
Is this the right behavior? You can't search a group from the group homepage?
I am a newbie in drupal.. i am using drupal 6.16 i want to customize the view of my search results.. i want to create a teaser like search results with the title on top and an image at the left and the teaser body on the right..
can somebody please help me.. i want to build a classified ad website.. that is why i need that kind of view on my search result page..
Hi All,
I have installed the Drupal 6.X, and enabled the Search Module. I have created some sample stories(which i need to search).
When i enable the Search Block and tried to search, but strange Search is not working at all.
Please suggest me what i have to do to make it work.
I have used the core Search Module, Search-config module
I've enabled the core Search Module, indexed 100% of my pages, and added a Search Block to my main pages. So I think I've done all of the upfront work needed to get search to work.
But when I try to enter various terms to search for, I never see a search result list....I only see the Home page again.
Is there something else I need to do to get Search working?