Posted by crow_gl on March 21, 2008 at 9:10am
Jump to:
| Project: | CCK Facets |
| Version: | 5.x-1.x-dev |
| Component: | Text Facets |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi, David!
I want to perform the search with multiple values assigned to the same cck text facet (like it realized in faceted_search module - for ex. I can perform search /drupal/results/author:1,2 - this query returns me a concatenation of author:1 and author:2). I want to get the same result with cck text facets (for ex. /drupal/results/field_city:"Paris","London"). If this is not difficult for you, may you plan to implement it? Thanks.
Comments
#1
I was looking for this also, but i'm using the D6 version.
Any chance of this being developed?
grtz,
tom
#2
Hi
It seems that the multiple terms problem was resolve http://drupal.org/node/173524, but the same issue is with the handling of multiple answers per CCK field. E.g.
CCK field cars: (multiple choices allowed)
[x]van
[x]sedan
[x]cabrio
Now in the present facet configuration no matter that multiple choices are available the search will always restrict the choice to one of the answers.
Cheers