The Search module is a core module that exposes an API other modules can use to allow searching for data in Drupal.
0
votes
0answers
13 views
Showing title keyword in autocomplete
I have just installed search auto complete module,its working fine,but the problem is its showing title before every result like:
title: Drupal 7.9 Release
tile:Understanding Drupal
Here Drupal 7.9 ...
0
votes
2answers
13 views
Querying a web service via WDSL
I am thinking about creating a search engine frontend for a special use case using Drupal 7. There are some modules in the module directory, and questions like Consume SOAP web service in Drupal 7 on ...
9
votes
1answer
39 views
Drupal 6 Search module double ID's
I'm currently busy with a website for a costumer. This website has to be W3C validated. There was a problem on the search page of the site with a double ID:
<div class="form-item" ...
0
votes
1answer
9 views
Apache solr search words, but the search pages yield no results
I have Drupal 7 set up with Search API and Apache Solr. It was working for a while but after a lot of configuration has been done, modules installed, etc. The search no longer yields results. I ...
0
votes
1answer
23 views
Implementing redirection on node viewing without affecting solr search indexing
My logic demands that for a specific content type provided a node (Ex) node/123 has one if its CCK field named web link with a URL value like http://someothersite.com in it, viewing the given node ...
0
votes
0answers
10 views
Restricting certain files from appearing in search results
Re: drupal 7
I would like to upload multiple revisions of documents, but only for the Latest ones to be displayed in the search results. For example. I will have the following pages and policies on ...
0
votes
1answer
19 views
Search template suggestions from a module
I have created a custom search module that integrates with Drupal 7 Search Interface. My module is called history_search and in the module I have two files: history_search.module and ...
0
votes
0answers
15 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
17 views
Drupal 7 Search Redirect (similar to the old AOL keyword search)
I've searched around for any pre-existing solutions to tackle this problem but so far nothing obvious. Here is basically what I'm after:
1) User enters keyword(s) via core search box
2) If user ...
1
vote
3answers
32 views
Drupal 7 search through block content
This is my problem:
I used views module to create several blocks of one content type and displayed those blocks in one basic page. My client would like to have that page included in search results ...
0
votes
0answers
9 views
Google CSE autocomplete from taxonomy
We are using Google CSE module (currently 7.x-1.x-dev) to do searches of our sites, but would like to have the autocomplete draw from a taxonomy vocabulary. Is this possible? If so, how?
1
vote
1answer
21 views
How to aggregate results of search engines using drupal
I want to develop a site with Drupal 7 that lists the search results of some popular search engines. Is there any module or I should develop a custom module for this purpose?
1
vote
1answer
26 views
Change drupal search result count
Drupal search is giving 10 items per page. The number is hard coded in search core module. Is there any way to make it 15?. I am using drupal 6.
0
votes
1answer
32 views
Building an advanced multicriteria search
I'm kinda new to Drupal and I would like some advises.
I have a Drupal website, with a few nodes (1000 - 5000) of a particular content type, let's say a "House".
This "House" content type has a few ...
1
vote
1answer
31 views
How to not index comments in search_index?
I'm using drupal search, the core module.
I want to not index the comments in the search_index
In the node.module, the "function _node_index_node($node)" loads and renders the node. Comment content ...