Tagged Questions
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 ...
0
votes
0answers
35 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
2answers
31 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 ...
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 ...
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 ...
1
vote
3answers
59 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
1answer
47 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
2answers
43 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: ...
1
vote
1answer
76 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 ...
0
votes
1answer
62 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 ...
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
1answer
45 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
99 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
56 views
How to force CAPTCHA on search results page?
Let me explain a bit...
I'm using "native" Drupal 7 search, and CAPTCHA module attached to search form. When entering search query directly into the form, CAPTCHA stops submission on wrong/no entry, ...