Tagged Questions
0
votes
2answers
21 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 ...
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
1answer
30 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
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
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
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 ...
2
votes
1answer
199 views
Search api & solr search => no results found
Configuration: I am using Drupal 7, search api and search api solr.
Description & problem: I am trying to use search api and solr search(as a back end) to search for nodes. I have a solr server ...
0
votes
3answers
302 views
Showing search results while typing in a search box/filter for search or views?(instant search)
I want to make either views text filter or search box for title with instant autocomplete function(shows results as you type).
I've been playing with search api and apache solr search but i can't ...
-1
votes
2answers
104 views
Ways to filter drupal search results
I'm running into some trouble to setup a search in Drupal between some related nodes with some decent filters.
I've tried to use search_api, search_api_db & the facet_api, it work's like a charm ...
0
votes
2answers
30 views
Search option just as that provided in drupal.org
can you please tell me which module to use to provide search options just as the search provided in https://drupal.org/download
Thanks
1
vote
0answers
36 views
Apache Solr Search for online users
I'm working on a new site with drupal 7+profile2+search api+apachesolr. Actually it's a dating site. I've developed an advanced search page (view(from search index)+exposed filters), and I'd like to ...
1
vote
0answers
88 views
Creating SearchAPI searches without using Views
I am using SearchAPI on a website with 20,000 entities indexed. Searching through them with SearchAPI is pretty simple. Its fast. I want to keep it as fast as possible with very low overhead, without ...
0
votes
1answer
176 views
Search API with Panels in Drupal 7
I want to create a search that is able to index panels. The content in my Drupal system is mainly located in Panels (which contain Blocks with the content).
I installed Search API along with Fuzzy ...
0
votes
1answer
190 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
0answers
50 views
Custom module to add search in webfrom submission view
I have use webform to store users data and provide the search functionality using Search API. But there is problem in this it only indexed the user which are available at the moment of indexing, in ...
2
votes
1answer
138 views
Problem in Indexing webform result
I have created full text search in webforms using Search Api and its working fine earlier but when i added some new records, the new records are not indexed and not able to displayed them on view. I ...
0
votes
0answers
185 views
Drupal search api ajax module returns no results
I have Drupal running Apache Solr, using the Search API and all runs fine. I am attempting to get the Search API ajax module to work.
I have a search page setup at /new; if I search for test it ...
2
votes
0answers
154 views
Full text search in webform
I have created a form using webform and used in view to display filled entries. now i want to make full text search which can search data from available data in webforms. I have tried to index ...
2
votes
1answer
203 views
How do I change the search key length in Drupal 7
I'm using Search API and Fuzzysearch in D7, and it's unable to search for three letter words. Unfortunately, we have a TON of 3-letter acronyms at work, so these need to be searchable. I've looked in ...
1
vote
1answer
301 views
Search result theming
I have problems configuring the search-result.tpl. Is it so, that the fields set in Search result view mode are always snippet'ized as plain text? I have for example a taxonomy term on each node, ...
3
votes
1answer
2k views
How to set up Apache Solr with facets so that it uses a front page search form?
So I am working on my first mid sized D7 projects and it needs some rather advanced searching capabilities (at least advanced for me). I've installed Solr, created a server and an index with the ...
2
votes
2answers
904 views
How to use a view as a search result page with facets?
I've created a pretty nice view with faceted filters following this guy's tutorial. It's basically a cheap way of doing getting the faceted feature without having to set up Solr.
The problem I have ...
4
votes
2answers
198 views
How to exclude some keywords from a search with Search API?
I can't find how to do boolean search, and ignore some keywords from a search.
I would like to do a search like "house+garden" - parking, which return all the nodes containing house, and garder as ...
3
votes
2answers
459 views
Easiest way to add x-webkit-speech to the search block's input element
I am creating a zen sub theme and I was wondering what't the quickest way to add the x-webkit-speech attribute to the search box so user's can search with their voice? I know there is a Drupal project ...
2
votes
1answer
1k views
Does the Search API module integrate with standard Drupal search?
I have Profile2 installed and want to be able to search on Profile2 fields that I have created. Does the Search API module integrate into the default Drupal search, which would therefore when ...
0
votes
2answers
651 views
Integrate core search block with search_api and Solr
Since search_api does not rely on the core Search module, the search bar (Search Form block) isn't used. For a current project I want to use search_api, but the wireframes require the search bar at ...
3
votes
1answer
1k views
Create an advanced search that searches only on a field with search_api in drupal 7
I've successfully installed the search api module in drupal 7. I installed solar and it works fine. I need to create a custom search form that has various fields and those fields performs search only ...