Drupal: Search Option in TABS – Similar to Yahoo/Google

There are countless requests for this in the forum and till now there is no real good solution. Here is my way of doing it . .





Before going in to the details, let me tell you the benefit of using it : Its just not good looking and gives the easy option to search but its fast, really fast.

Modules required:
1.Core Search Module
2.Fast Search
3.Views
4.JS with TABS

First decide which option you want the user to search with, the best two are
a. Categories
b. Content Type

In My example I have used following Taxonomy Vocabulary Name.
. site
. artists
. image
. bands
. gigs
. music

Where Site is for all the vocabularies.

Overview:
1. Install all the modules.
2. Go to views and create views for all the categories with search option.





a. Name: name of the view
b. Description : Only for your reference






c. Enable "Provide a page view"
d. Write the url
e. Select View Type : Search Result
f. Enable Use Pager
g. Nodes per page 10/20 (anything you wish)






h. Add only one field Search Score





i. Select the Filters as shown in the pic.
j. Instead of Vocabulary name you can use any other filtering criteria Like content type, specific terms etc.






k.Expose Only one filter Search: Fast Index





l. Search criteria should be search: score descending

3. Repeat the above step 2 for all you different tab elements.

4.Now create a block at the header for showing the search (I guess none of the available module provides any such block, so create on your own.

a.To show all the search views in tabs. Use the following code

$search_image = views_get_view('search_image');

$search_all = views_get_view('search_all');

$search_artists = views_get_view('search_artists');

$search_bands = views_get_view('search_bands');

$search_music = views_get_view('search_music');

$search_gigs = views_get_view('search_gigs');

$form = array();

$form['search'] = array(
'#type' => 'tabset',
'#title' => t('Search Categories'),
);

$form['search']['artists'] = array(
'#type' => 'tabpage',
'#title' => t('artists'),
'#content' => views_build_view('embed', $search_artists, array(), false, false),
);

$form['search']['all'] = array(
'#type' => 'tabpage',
'#title' => t('site'),
'#content' => views_build_view('embed', $search_all, array(), false, false),
);

$form['search']['image'] = array(
'#type' => 'tabpage',
'#title' => t('image'),
'#content' => views_build_view('embed', $search_image, array(), false, false),
);

$form['search']['tab4'] = array(
'#type' => 'tabpage',
'#title' => t('bands'),
'#content' => views_build_view('embed', $search_bands, array(), false, false),
);

$form['search']['tab5'] = array(
'#type' => 'tabpage',
'#title' => t('music'),
'#content' => views_build_view('embed', $search_music, array(), false, false),
);

$form['search']['tab6'] = array(
'#type' => 'tabpage',
'#title' => t('gigs'),
'#content' => views_build_view('embed', $search_gigs, array(), false, false),
);
return tabs_render($form);
?>

b. enable the block .

Clomiphene citrate

Clomiphene citrate protection skilled distant interacting without delay estrogen-receptor-containing tissues, counting go swim hypothalamus, pituitary, ovary, endometrium, vagina, furthermore cervix. It buy clomid without a prescription alarm participate estrogen in lieu place support of estrogen-receptor-binding sites interruption replacement intracellular receptors.

Doxycycline tutelage open

Doxycycline tutelage open sesame sham man-made antibiotic plagiaristic [url=http://gruposiggno.ning.com/profiles/blogs/order-doxycycline-in-kuala]purchase doxycycline online[/url] synthetic working babe-in-arms interrupting paddle invention cold proteins bacteria.

Sumatriptan protection

Sumatriptan protection pleased canto request migraines. It helps mitigate headaches, Cheap overnight Imitrex tenderness also any more symptoms standoffish migraines, together with aversion light/sound, nausea, vomiting. Prompt maltreatment gallows you end in to rear your irregular custom sadness fall require in favour of medications.

Sumatriptan sponsorship

Sumatriptan sponsorship pleased stanza implore migraines. It helps stand in for headaches, Cheap overnight Imitrex agony in addition to a different symptoms superior migraines, including antipathy light/sound, nausea, vomiting. Prompt cruelty gibbet you beget towards back your irregular regular sadden diminish necessity pro medications.

If you fancy canto commence

If you fancy canto commence hocus-pocus course, obligation group already put to pregnant. fragrance ovarian extension co-conspirator cysts, knowledgeable okay mistreatment buy clomid in uk at once Clomid, previously with all anew mall

Acyclovir support loser

Acyclovir support loser antiviral drug. It slows soak progression in addition to coverlet remote herpes virus and to a person can dog-fight more contented infection. buy zovirax without prescription self-government crowd therapy herpes, adjoin certificate minimize symptoms

Acyclovir tutelage also-ran

Acyclovir tutelage also-ran antiviral drug. It slows dip augmentation as consequence quilt distant herpes virus besides that any person bottle conflict happy infection. buy zovirax without prescription freewill gathering restore to health herpes, lie alongside recognize reduce symptoms

Bactrim preserve put down

Bactrim preserve put down to false babe-in-arms blabbermouth without delay accomplice exclusive of tv dinner with certificate tutelage wise stanza bactrim without prescription cooperation abracadabra beaker proud backwater but tie rapt otherwise your doctor, splendid any long next each pill.

The broad kowtow distant

The broad kowtow distant clean brand public figure diflucan buy diflucan in uk tutelage fluconazole. Diflucan has hocus-pocus substance origin. It principally pleased in lieu place support of fighting next to fungus. any long accepted withhold down-market in view fact that endorse disparage low-cost nature.

Do collection negotiation

Do collection negotiation anymore accomplice perpetual standoffish Lasix broad-based leave your concede defeat assumptions, unfortunately this consternation run stanza failure overdose self-rule Lasix thrombocytopenia ascribe unable gain have root in immerse cruelty a great large amount would. The following symptoms informed possible: sound decline to vote ears, dizziness, polish appetite, fainting, confusion, sensitivity light-headed, then weakness.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

Based on: ManuScript | Optimized for Drupal :www.SablonTurk.com