A way or filtering search results, on dynamically created terms, usually through Sorl search.

learn more… | top users | synonyms

0
votes
0answers
7 views

Returning results from facet fields

Is it possible to turn on facet field and use its results in custom module, for custom dropdown list (instead of a block) ? I installed Search API and Facet modules and successfully created facet ...
0
votes
0answers
41 views

Drupal Apache solr does not return “no results founds”

I'm using Apache Solr 7.x-1.1 with Drupal. It was working fine but something happened and when I search for dummy data that I'm sure that is not found in my site, the search result will be all nodes ...
0
votes
0answers
22 views

How to programmatically add a facet to Facet API based on returned facet values?

I would like to programmatically and conditionally show a facet block, if the returned values match some certain criteria. I have not found any solutions so far. For example, if a facet returns 25 ...
0
votes
1answer
39 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 ...
0
votes
0answers
17 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
0answers
13 views

How to make Search nodes with images in faceted search block (bolean: with images, all)

I tried to use Add related Fields on Facet Search API fields tab but I still can't make it. It shows names, files, ids in search block but no bolean variant: nodes with images, and all. May someone ...
0
votes
1answer
29 views

Choose a facet using the search form and then show filtered results

The requirement is that the user specifies a facet before they search. Here's what the search form should look like: Adding the select list to the search form is a straight forward form_alter(). My ...
0
votes
0answers
61 views

Search API: how to not clear selected facets when changing the fulltext search?

Setting: using the search_api_views module, I have created a view with an exposed fulltext search filter. In addition, I have lots of facets for the corresponding search index in a separate block (via ...
-1
votes
2answers
95 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 ...
1
vote
0answers
71 views

what allows multiple selections in facets on commerce kickstart?

can someone tell me where the setting is to keep all the choices displayed after a selection is made in a facet block if my search is for a color say []Red []Green []Blue []Orange []Purple I'd like ...
0
votes
1answer
46 views

How do I get a list of all items for a specific taxonomy [closed]

I need a list like counts basically all the entries of a specific taxonomy that I will be using. Circuit City Left Column.
0
votes
0answers
69 views

Current search for exposed filter

I have the interface similar to commerce kickstart. I have a view with exposed fulltext filter and a couple of facets. And a block of current search. The problem is the current search doent show ...
0
votes
1answer
63 views

Remove facets from breadcrumb

I'm using FacetAPI-SearchAPI and I notice that, on every view based on search api in the breadcrumb there is the "all items" link and, when I add a facet to the search, the facet value is added to the ...
1
vote
1answer
258 views

Drupal 7 Faceted Search: Always show Facets

I have a faceted search working that uses searchapi, facetapi, and entityapi. I was not the one who developed this, but I have some experience with Drupal. As of now the navigation uses links for ...
1
vote
1answer
22 views

Is it possible to force Views to collect a minimum count of nodes per group?

I have a View that collects nodes of a certain type, grouped by term. Term 1 Node 1 Node 3 Node 4 ... Term 2 Node 2 Node 5 ... Can I force Views to list exactly 10 nodes per each term, ...
0
votes
0answers
153 views

Customizing display of facets with Apache Solr Search

I am using Apache Solr, and Facet API for search. I have configure Apache Solr with facet, and its working fine, but I want to change the layout of faceted block displayed on the page. Now it ...
0
votes
3answers
241 views

Facets and Apache Solr in Drupal 7 - Clicking Facets results in no results being show

I'm having a bit of an issue with Facets and Apache Solr, I'm not sure whether the fault lies with Solr or the Facets API. I am using Solr as my search engine and I get results being shown when ...
2
votes
1answer
729 views

Tutorial to learn about Facets? [closed]

UPDATE: looking for a good tutorial to learn about Facets. Found this one but it is very fast for me: http://vimeo.com/15556855 In the Commerce Kickstart demo you can see some Facets Displays in the ...
2
votes
0answers
212 views

Is there a guide to make the commerce_kickstart distribution fully multilingual?

I just downloaded and installed the Commerce Kickstart 7.x-2.0-rc1 distribution. Now I'm in the process of making it fully multilingual. I have no problem with the products. But I don't know how ...
2
votes
1answer
629 views

How do I build a search form with filter options / checkboxes?

I'm a noobie to Drupal - recently "converted" from WordPress. I want to create custom search forms that use checkboxes to allow visitors to search in a specific content type. Sorry for the shady ...
0
votes
0answers
78 views

7 - Active facet option disappear when selected

I have couple of issues about working with Facets on ApacheSolr. My options appear as link on the block and when I select one of them, the other options will disappear. I want all the items (facets) ...
10
votes
1answer
811 views

How to get taxonomy synonyms working robustly with Search API?

Tag synonyms are a popular, important feature in many sites (used here on StackExchange, for example), and taxonomy synonyms used to be part of Drupal 6's core Taxonomy module, before being dropped in ...
1
vote
1answer
910 views

Apachesolr search results Facet Filter by date range

I am using apache solr search with my drupal 6 website and seek a modification in the facets being displayed. Instead of the yearly facets like this: to somewhat like this: last hour last 24 ...
0
votes
0answers
75 views

Filter content by group

I use Drupal 7 with the Search API, and the Facet API modules. I want to create a facet that shows all OG groups. When I click on an OG group all its content associated will be draw. How can I ...
0
votes
1answer
169 views

override theme function in facetapi module

I am trying to change the markup of links created by the facetapi module. The theme function is here function theme_facetapi_link_inactive($variables) { $accessible_vars = array( 'text' => ...
1
vote
0answers
755 views

Facet API : How to change some behaviors like having input radio instead of checkbox

I need to change some default behavior from the facet API. I am searching for documentation about the hook from the Facet API module, but I have not found anything for now, except a very good ...
0
votes
1answer
188 views

Show facet filter even if there is no result

Is there a way to show the facet filter, even if the Search API module returns no result?
0
votes
1answer
137 views

Current search block: edit (-) link

I'm using search api and solr, with facet api. If I display a "current search block", if I click on a facet the system add to the block a "(-) facet name", and if I click to "(-)" it removes the facet ...
0
votes
0answers
96 views

Drupal 7 Sub Categories in New Field?

I have a Drupal 7 install and am trying to work with the Faceted Search API. I have a Category item that has Sub Categories, is there a way to create sub cateogries in the field views in a current, ...
1
vote
1answer
644 views

Apache SOLR + Facet API + Taxonomy terms

I want to create a product catalog and I have been told that apache SOLR could be the best way to go. I installed Drupal Commerce, Apache SOLR Integration (7.x-1.0-rc2) and Facet API (7.x-1.0). I ...
0
votes
0answers
228 views

Use Field Collection as a facet for an Apache Solr search

Objective #1 : Have content of a "field collection" appear as a facet for an Apache Solr search in Drupal 7. Objective #2 : Filter taxonomy term page by contents of a "field collection". ...
0
votes
0answers
301 views

How do I add a node reference as a apache solr facet

I have used Search API which provided a lot more facets like node reference fields by default as facets. However I had to use solr3.6 and decided to take up ApacheSolr module for this project. I see ...
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
872 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 ...
1
vote
1answer
353 views

Does Apachr Solr use Taxonomy or CCK fields for faceted search?

I'm trying to put together a simple faceted search block using Solr. Search with Solr works, but I'm unsure of what's required for creating a block of search properties for faceted search. For ...
2
votes
1answer
504 views

How do I calculate the resource requirements for using Solr?

I want to use Apache Solr for faceted navigation of my D6 site(s), but I'm unsure of the resource requirements for it. How do I check if my VPS can cope with implementing it?
0
votes
1answer
338 views

apachesolr filters do not work

I have installed apachesolr module and built the index for it. now i can search normally but when i filter the result using any enabled filter, the result DOES'T change and i get the same result of ...
1
vote
1answer
283 views

Different logic in Facets functionality

what I am trying to achieve is to filter the site's search results and produce results of 5 content types. Search API has helped me do that and very well I must say. There is one more thing though ...
1
vote
0answers
272 views

Drupal 7, Faceted results from Search Form

I hope this is not a duplicate of something as I've been searching for hours and I'm pretty confused. So what I need to do is to have a Search Form/Block like the one the core uses (I've already ...
2
votes
1answer
152 views

Faceted search and panels

I'm using Faceted Search module and i was trying to change a display of search result with Panels. I've enabled search-node page in admin/build/pages and added a variant with URL selection rule set ...
1
vote
1answer
275 views

Creating facets for custom contents added by CCK in apache Solr module

I was unable to create Facet for a CCK field, in the sense that for a specific CCK content type i was unable to group. This could be summarised as my problem statement Ex. CCK Field - Article Author ...
2
votes
1answer
904 views

Create a faceted search like eRecruiter without solr?

I am in need to create a search results page & filter like the eRecruiter demo page: http://drupaljobs.epiqo.com/search/job The filter on the right hand side shows the amount of results for ...
7
votes
3answers
2k views

Apache Solr Facet

I need to create some custom facets/custom filters for my search. I have Facet API installed; has anyone any experience with this? Ideally, I would use Apache Solr Facet Builder, but this only seems ...