Questions tagged [drupal-search]

The Search module is a core module that exposes an API other modules can use to allow searching for data in Drupal.

The Search module exposes an API that other modules can use to allow searching for data in Drupal. The Node module, and the User module implement the integration with the Search module, allowing searching of the content of nodes, or the list of users that are registered in a Drupal site knowing the username, or (for administrator users) the email address.

Third-party modules can integrate with the Search module, which allows the users to look for different entity. Some of them implement the integration with the Search module to allow Drupal to use different search engines; one of those modules is the Apache Solr Search Integration module.

43 questions
5
votes
1 answer

Drupal 7: Search View with multiple search terms

I've recently set up a custom view that uses Search Terms as a contextual filter and sorts based on search score. The problem I'm having is if the user provides multiple terms it doesn't always return proper, or any results. If I put in one term or…
LoneWolfPR
  • 3,978
  • 12
  • 48
  • 84
2
votes
1 answer

Drupal default search OR instead of AND

Is it possible to manipulate the full search term of Drupals default search engine? I want to make it an OR query without the user noticing it. For example, if the user searches for bread butter it should be changed into bread OR butter right…
2
votes
1 answer

Search with custom condition

How can I add a condition to default search module? I want to add a checkbox field called "Allow to search" to nodes, and unchecked items will not show in search results. Extending Drupal 7 search seems to be my solution, but I can't make it work;…
Alex Skutin
  • 75
  • 1
  • 6
2
votes
2 answers

drupal 6 - can i use one exposed views filter to search/filter several similar cck fields?

i have a decent understanding of configuring drupal and using modules for basic stuff, but just getting into module development and overriding functions and stuff due to my very basic understanding of php and mysql. i have a custom content type…
wagner
  • 71
  • 1
  • 6
2
votes
1 answer

In Drupal 7, how can I add a search term filter to my views using the "Search views" module?

On my Drupal 7 site, I am trying to switch from using the core Search module to the Search API module. How can I add a search term filter to my views using the "Search views" module? The "Search views" module claims it integrates the Search API…
Will
  • 812
  • 3
  • 11
  • 21
1
vote
2 answers

Drupal search only titles

Is there a way for the Drupal search to only search article Titles and Tags.. not the content of the article? Possibly with the Views Module? I am using Drupal 7. I do have Views installed and Views Search does not work on Drupal 7.
JB.
  • 893
  • 3
  • 16
  • 29
1
vote
2 answers

Proximity search by city, or state, or ZIP

For some reason we still don't have this feature yet. We can make it work using zip codes, but how about City or State? The Views set of Modules are great and I would love to see Proximity Search options expanded. There are requests for this in the…
1
vote
1 answer

Drupal Live Search Results

Drupal Search Modules I'm new to working with Drupal and I'm trying to rework the search functionality on a website. It currently has the user enter the term and hit enter to conduct the search. The client would like it to be an autocomplete ajax…
TroyG
  • 23
  • 1
  • 4
1
vote
3 answers

Searching custom nodes' by field in Drupal?

Using Drupal on a project which I made custom node types in using the CCK. I want to be able to search the specific node based on a custom field the node has. So let's say I have this node type Article which has a field "myfield", I want to be able…
Joseph
  • 12,678
  • 19
  • 76
  • 115
1
vote
2 answers

Alter search query condition for dataset in Drupal 7

I am very new to Drupal and attempting to build a module that will allow admins to tag nodes with keywords to boost nodes to the top of the search results. I have a separate DB table for the keywords and respective node IDs. This table is UNIONed…
chaseisabelle
  • 162
  • 2
  • 18
1
vote
3 answers

Searchable civiEvents in drupal7

I have a site that is running on drupal 7 and uses civicrm 4.4.1. I need the events to be included in the search results. So far all I have found was dated documentation on civicrm that required modules that are not available for Drupal 7. I also…
rparker
  • 143
  • 1
  • 7
1
vote
1 answer

Displaying the image in search results in drupal 6

I am newbie to drupal 6 .Pls can any one tell me, how to display the image in search results for default search in drupal 6.I used cck module to upload the images .I got one solution by using imagecache which is not useful to me .Any help would…
1
vote
1 answer

Implementing Google Site Search in Drupal 7

I've installed Google Site Search module (gss) in Drupal 7. I've bought the site search from google custom engine and inserted the search engine ID in the search settings under Google Site search and made it the default search module. However i'm…
rogerinc
  • 11
  • 2
1
vote
1 answer

Search API with Field Collections

Problem: I want to index my field collection items, so that they are searchable by the user. My Content Types are based of several Field-Collections, which are containing many text fields that should be searchable. The fields belonging to the Field…
Mark
  • 11
  • 2
1
vote
1 answer

Full text search in webform

I have created a form using webform and used in view to display filled entries. now i want to make full text search which can search data from available data in webforms. I have tried to index webforms field but there is no webform type in index…
Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
1
2 3