Tagged Questions
10
votes
1answer
72 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" ...
5
votes
5answers
1k views
How to determine if the current Drupal page is a search results page?
How can I determine from within a module or theme if the current Drupal page is an Apache solr search results page?
4
votes
2answers
72 views
Internationalization — impact on other modules?
I installed the internationalization module because the site I'm developing is in a different language, but I can no longer index the site in Drupal's search engine, and Tagadelic isn't working ...
2
votes
0answers
196 views
Email filter in default admin users/people search form
I would like an additional filter (email-text input) in the drupal7 default admin users/people search form. Is there any module as I can't find one for drupal7?
I found that another way is the use of ...
1
vote
2answers
235 views
Setting up and enabling Google CSE
Is it possible to fully set up and enable Google CSE module before a website is launched? Or would I have to wait until it's launched and submitted to Google's search engine?
1
vote
1answer
34 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.
1
vote
1answer
201 views
Core Search Module in Drupal 7.14 and Hidden Fields
In one of my content types I have a text field for extra zip codes served by clients that I have set to "hidden". My core search module does not seem to be indexing hidden fields. What's the deal?
1
vote
1answer
84 views
Module to add keyword search capability to content admin page?
Is there any module or technique for D7 that can provide this functionality?
1
vote
0answers
150 views
How do I create a search form with filters?
I have to create a searching form for a custom post type and I need it to have one search box and a couple of different (optional) search options in the form of select lists. I know I could have only ...
0
votes
1answer
59 views
Search for user by specific 12 digit ID number
I'm building some functionality into a drupal 7 site that will let users search for another user, by a 12 digital identity number (for example: ZD-3423FGIO-XZ)
How would I go about doing this? Would ...
0
votes
1answer
165 views
How to get the user entered input value to do calculation?
I am developing bank loan application in drupal 7. In my first page there is a option to enter the loan amount then --> Search the available loan. In a second page(form) i need to display the ...
0
votes
1answer
427 views
Module to search node titles only
Is there a module that allows me to restrict searches to node titles, rather than any node content?
Preferably the user would choose between titles only or everything.
0
votes
1answer
189 views
Search index only certain content type [duplicate]
Possible Duplicate:
Don’t index certain content types
I have create to custom content type A and B. Now i want to index only content Type A for full text search. Please help me how i can do ...
0
votes
1answer
157 views
Search user's all fileds in drupal 7
I want to make a text fields that will make user able to search all the fields. I have tried few modules but nothing is working for me the way i want.
0
votes
1answer
28 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 ...