The Search module is a core module that exposes an API other modules can use to allow searching for data in Drupal.
-1
votes
0answers
16 views
Is it possible to build a search mechanism like on Yelp site with Drupal? [closed]
Ok, this is very general question, but I'd be very thankful if someone could point me to the right direction.
For my next project client requires basically the same search setup like Yelp has: ...
0
votes
1answer
17 views
Retrieving Apache Solr Search Filters
Is there a way to retrieve the current Search filters being used when using Apache Solr on Drupal?
For example: I have a website using facets which reference a taxonomy called colours. In this ...
1
vote
0answers
16 views
Image site search - how to?
I am using drupal 7 and would like an images search/tab on my site. I am thinking of adding an alt field for each image which will then be searchable. I would like the image search results to be ...
0
votes
1answer
18 views
Job board: Faceted Search with “OR” operator, but sort results by most matching facet criterias/term count
I'm quite stuck with searching for a solution for my problem and I hope that you can maybe help me.
In general I want to build a small job platform. It includes an "Explore"-Section, which is just ...
0
votes
0answers
15 views
How to search in 2 views or blocks through one filter?
I am creating an online terminology website. The main language combination is English>Swahili. I created a view that searches in this EN>SW content type, but I would like to add English>German and ...
2
votes
0answers
15 views
How to index 'pages' that are views, while using access control to hide component content?
I have a site that relies on some complicated relations to compose views for parameterized site 'pages', but don't want anon users to see the raw unformatted bits that are linked together to form ...
0
votes
1answer
17 views
How does the Search synonyms module work?
I've just activated the search synonyms module for D7, but I don't get how it works at all. Where do I set synonyms, I've tried editing forms or check the settings, but I can't find any new input ...
-1
votes
0answers
22 views
Firebug did not catch http request [closed]
I have task to debug a drupal websites advances search page, the search results does not comply with key word filter. the problem is that when I press search button , and get data displayed, but I can ...
1
vote
1answer
23 views
Search a content type based on certain criteria
I am faced with a challenge for my company's new website. We are using Drupal 7 and here is the situation: We have approximately 250 doctors in our group and I am tasked with creating a custom ...
2
votes
1answer
41 views
How to have exposed filters not displayed on search results
This is hard to explain so I'm attaching an image.
When someone clicks on a filter to search for something, I would like the resulting page to show results but not the filter. Maybe simply a link ...
3
votes
2answers
47 views
Search for duplicate or similar node titles when creating content?
Much in the same way that it is on this site (as you type your question, it shows similar questions) is there a module that will search for similar nodes as I type the node title in Drupal?
I know of ...
0
votes
0answers
25 views
Search Box to Search Text on Current PAge
Is it possible to add a search box to a specific page and search for ONLY the text on that page?
If so, any pointers would be helpful. Is there a module for this?
Thanks
2
votes
1answer
28 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
0answers
34 views
Search problem on drupal 7 and views
First apologize for my bad English.
Took several days looking for the solution to the problem that I have with search views module and can not find it anywhere, which I find strange because it should ...
0
votes
1answer
25 views
How to implement 'Starts With' for exposed filter of User ID
I have a Page based on a View with an Exposed Filter which is the User ID. So the Search form that appears shows the User ID as the standard 'lookup' of users. I don't want that. I want to be able to ...
0
votes
1answer
14 views
Recommendation On Search Form For People
We want to develop a 'Directory' of People in our organisation (a View) with search form that lets authenticated users search for one another by last name or User ID.
I'm looking for recommendations ...
0
votes
0answers
20 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
28 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 ...
10
votes
1answer
67 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
25 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
30 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
11 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
27 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
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
23 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
56 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
15 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
42 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
33 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
46 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
33 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 ...
1
vote
2answers
42 views
Custom search box to be included in a view
I am using the search box provided from the Custom Search module. It works great. I want to know if there is any way by which i can include the search box in a view which i have created. Regards
PS: ...
0
votes
0answers
13 views
Bugs after migrating from MySQL to SQL Server
I have recently migrated my site to a different environment with the main difference being that we converted the database from mySQL to MS SQL Server. The website is essentially a listing of ...
0
votes
0answers
43 views
Google Custom Search Block Not Displaying In Drupal 6 But OK In D7
probably a total noob issue. I got started with Drupal on D7 and this is a D6 site.
I want to implement this Google Custom Search on a D6 site: http://drupal.org/node/1887016
We're signed up for GCS ...
0
votes
1answer
8 views
Can you tag individual searches per search in order to apply different filters to each?
I've got a site where we use solr to generate some menu items and other custom lists as well as running the default search. The issue I'm running in to is all the different hook_apachesolr_query_alter ...
0
votes
0answers
19 views
Ignore an indexed field in an apachesolr search
I'm working with a D7 site with a functioning apachesolr integration. I have a field on a particular content type that I DO want in the index, to be searchable in the site-wide default search. ...
1
vote
1answer
72 views
Adjusting Apache Solr bias based on content length?
I have a site using the Apache Solr Search Integration module with a short-form content type that is getting weighted too highly in the Solr index. I've tried adding "Bias" to the other content types ...
2
votes
1answer
39 views
How do I direct users to my custom search?
I'm trying to use hook_search_execute to run a custom search inside my module:
function mymodule_search_execute($keys = NULL, $conditions = NULL) {
die; // just to see if we get called
// ...
2
votes
2answers
51 views
How to display my block on search results page only if nothing found?
I want to place a webform block to make user able to inform about their special queries if no search results appeared.
1
vote
1answer
48 views
how to make search search on all fields (title and tags as well as body)
The built in search engine in drupal 7 doesnt search on the title, or tags fields, just on the body of the node. I need to be able to search on all fields. what is the best module to install for this ...
0
votes
0answers
18 views
Can you Facet Taxonomy Terms in the Drupal 6x-3.0 branch of Facet API?
I've got the 6.x-3.0 Solr Search Itegration and Facet API installed on my site and I've got my content indexed on my Solr server but I can't seem to get faceting to work for Taxonomy Terms. They're ...
0
votes
1answer
59 views
Implement semantic search
How can i add or implement a semantic search functionality in my site? i have rdfx and schema.org modules in my site to add semantic data to my content so i need a way to add semantic search ...
1
vote
0answers
14 views
Need dynamic conditional search fields for advanced search for users
I need a field that will drop down according to first choice, for example:
Region:
- USA
- California
- Florida
- Canada
- Quebec
- Ontario
So if USA is selected, then states will be ...
1
vote
2answers
48 views
Custom Apache Solr search per usertype (Profile2 Module)?
I have a site that enables you to register either as a "Care giver" or a "Patient". The patient has a different profile (Profile2 module) with options such as the type of care they need, the amount of ...
0
votes
0answers
32 views
Search and a large amount of nodes
I plan to drupalize a site, where I need to search through 800'000+ nodes from the same content type. This content type has a title and two node reference fields. Out of these two referenced fields, I ...
0
votes
1answer
42 views
Search template page in Drupal 7
In search results page,
the search form and search results are in the content area.
Can we insert another block between the search form and results list? Or adjust the order for example put ...
0
votes
0answers
37 views
Pagination in Drupal 6 search results
I am using the Multisite Search module and have added some custom behaviour to it.
What I did was basically do another check in the multisite_search_search function and stopped
several nodes from ...
0
votes
1answer
44 views
How To Create a Remote Views Search Form - D7
I have overridden the default Drupal /search page with a panel view that is listing users. In this view, users can be filtered by gender, age, location, etc - and it's working quite well! I have ...
0
votes
1answer
94 views
Apache solr search integration at live site
I have a Drupal site configured to use the Apache Solr module for searching. I developed it using a local server on my machine. This works fine once everything is indexed.
I need to make this ...
0
votes
0answers
20 views
How to target a specific Search Index
I'm using the Search API module, and I have two user search Indexes of type "Overridden" and "Custom".
Based on a path, or someone other variable that I pass in, I want to swap between the two ...