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
0
votes
1 answer

How to filter custom content type nodes using ajax in Drupal?

I'm in a situation where I think I need to create my own custom search module. What I'm trying to do is make a page with a list of all my nodes in the node type - let's call it 'Beer'. So I want to be able to filter through the beers in a fashion…
schwift
  • 329
  • 3
  • 19
0
votes
1 answer

Views 'Search terms' exposed filter not working in PROD but works locally

I know this is a lame question but I have a view which has title, body and taxonomies. I just need to search them all together which is achieved by Search Terms. The problem is that I can perfectly do it in my local copy but when I took all the…
Steve
  • 2,546
  • 8
  • 49
  • 94
0
votes
3 answers

Drupal Search API module with taxonomy filters

I have three content types with a taxonomy Term field "Topics". I want to create a Drupal search with Search API module. For the users I want to expose a search textfield and Topics as Dropdown so that they can select taxonomy topics and search for…
savithraj
  • 180
  • 1
  • 12
0
votes
1 answer

Drupal search-api doesn't index custom body field

I've created custom content type, with custom text area field 'field_main_body' (main body field is deleted). The field doesn't show up on search-api index configure page. The search result don't show nodes containing text in this field. I think…
Paul K
  • 41
  • 1
  • 8
0
votes
1 answer

Field Collection alternative ? Need Sub fields searchable through Search API (Drupal 7)

I am hoping to find an alternative to Field Collection module. The problem is that I want to search (I am using Search API + Views) the sub fields in the Field Collection. As an example, If I have a Field Collection "Field", as Research Paper, with…
Steve
  • 2,546
  • 8
  • 49
  • 94
0
votes
1 answer

Separate drupal view filters from the results

I implemented a search index using Drupal Search API, and then created a view using that search index. In my view I added filters on searchable fields. My search is working very well. However, my clients want to have the search filter controls in…
Shuaib
  • 779
  • 2
  • 13
  • 47
0
votes
1 answer

Best way to implement custom search form

Firstly, I am a Drupal newbie and am still alien to many of Drupal's core concepts. My questions probably seem lame but .... I am trying my best. I want to implement a custom search form like in the picture attached. Hotel, flight, etc. are…
Shuaib
  • 779
  • 2
  • 13
  • 47
0
votes
1 answer

Content is deleted But URL still crawled

I have deleted some content from my website, but google search still shows me that content's url , after clicking on that url i get page not found error, please give me any link of drupal website to handle this situation. Thanks & Regards, Abbas…
Abbas Mulani
  • 703
  • 2
  • 8
  • 19
0
votes
1 answer

Drupal Custom HTML Search Form

I would like to display a custom search form in my Drupal site. The search form has just a textbox and a submit button beside it, no need of any hidden fields. I tried with a simple html form in my template, that mimics the normal drupal search…
shasi kanth
  • 6,987
  • 24
  • 106
  • 158
0
votes
1 answer

search results and pagination wrong if embedded view or block in result set

I have two content types (in a Drupal 7.20 environment) which embed views or blocks. When I allow those content types in search results, the results page goes sideways whenever those content types are represented in the result set: the pager shows…
LEN
  • 35
  • 1
  • 10
0
votes
1 answer

Display search result after submitting on the same page using drupal 7

I want a form with one text field and one submit button. When I'll click on the submit for the data entered in the text field, which can be the ID of some node, then it should return the id of the node with the link to same node. And the data should…
0
votes
1 answer

Drupal: Search custom content type for mobile app

I need to search content (nodes) in drupal. The content type is custom, with many fields, like location, url, email, address and a few others. I tried writing my own queries, but the results were not satisfactory. I also tried using…
MTahir
  • 1,173
  • 1
  • 13
  • 25
0
votes
1 answer

Searching information on pages created by views in Drupal 7

I'm using Drupal Commerce and creating pages with those products through views. I would like to be able to search for any of the products and any of their descriptions and have the search results link to those views pages. I'm currently exploring…
sigmapi13
  • 2,355
  • 3
  • 30
  • 27
1 2
3