2
votes
1answer
29 views

Search taxonomy terms with node_search_execute()

I tried to use node_search_execute() to search nodes. So far, running the function is easy. I noticed that there was a $conditions parameter from the documentation of hook_search_execute(). Is there ...
0
votes
2answers
415 views

Search box for views and tags

I want to be able to have a search box so that when you search, the result is displayed in a view. I want to search for tags in nodes. The reason I want to display this in views is because I only ...
0
votes
0answers
20 views

Searching users with taxonomy terms with search module

I have search set up with display suite to search user profiles and it works great for titles, bodies. However I have taxonomy terms attached to the profiles but when I put the taxonomy term in the ...
0
votes
1answer
50 views

File viewer with search filter by category and sub categories Drupal 7

I want to create a site running locally(localhost) which views files that are uploaded by authorized user. Using search filter by category and sub categories, all ebooks that are included in that sub ...
3
votes
3answers
175 views

How to improve drupal search results filtering on taxonomy

I would like to know the best way to filter drupal search results using taxonomy. I want users to be able to search for particular results from a particular taxonomy..this can be done to refine ...
0
votes
1answer
38 views

Customized search block

I have a requirement in which there are two fields for search. One is text field and other is select box. The text field is for keywords and the select field are taxonomy terms. I need to fetch the ...
0
votes
0answers
82 views

Space Separated Tags/Removal of Space in Tags/Replace %20 with dashes

I'm working on a website where you're able to tag your content. However, I do not want the users to use spaces in their tags e.g. "macbook pro". Instead, there would be two tags called "macbook" and ...
0
votes
1answer
55 views

Taxonomy search block - Search for e.g. “mac” -> Go to URL /tags/mac

I just want a simple "search" block for the tags taxonomy. It should work like I wrote in the title: If you search for the tag "x", it should automatically go to the URL /tags/x. I'm aware that it ...
2
votes
3answers
198 views

taxonomy menu select list with redirect when a menu item is selected

I'd like to have a taxonomy drop-down list like the one in www.1mobile.com. When I select an term, it should go to the respective page, showing products concerning with selected term. I tried Custom ...
1
vote
0answers
32 views

Taxonomy Term Path to Search

Running Drupal 7: Problem: I have a vocabulary that contains a list of faculty, within each faculty member term page is a list of research interests (a separate vocabulary) that are clickable. ...
1
vote
1answer
596 views

How to use Taxonomy Facets together with Apache Solr Multisite Search ?

This regards http://drupal.org/project/apachesolr_multisitesearch I'm trying to enable Multisite Search Facets (based on Taxonomies) for a few sites. The 'normal' multisite facets such as 'filter by ...
2
votes
0answers
324 views

D7: implementing Taxonomy hierarchy in View and Search

I am working on a biology website that needs to make use of Drupal 7's Taxonomy system, for a biological taxonomy. My goal is to allow users to tag all content with related species information, and ...
0
votes
0answers
127 views

Display taxonomy term page in search result

I have a taxonomy vocabulary with some terms, I would like to display the taxonomy term page among the search results if the searched word appears in the term name. I use Search API and Database ...
0
votes
1answer
58 views

Selecting the taxonomy terms to use using a textfield to search them

My Drupal 7 site has almost thousand of taxonomy terms. So it is a hard work for my users to pick their desired category from thousand of taxonomy terms. Is there any way to select a taxonomy term by ...
0
votes
0answers
90 views

Drupal 7, including vocabulary term descriptions in the search index

How do I get the vocabulary terms descriptions to be included in the search index? I need my users to be able to do searches that will return the vocabulary term based on the name or on the ...

1 2
15 30 50 per page