Posted by tempo22 on July 26, 2012 at 8:56am
2 followers
Jump to:
| Project: | Field collection |
| Version: | 7.x-1.0-beta4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi everyone,
i'm currently facing a problem on how to fix it.
I have a content type "Item" this item have a field collection "attributes"
this field collection is unlimited number of
Select list "attribute name"
Textfield "attribute value"
I can make all that displayed in the views field but i want a more advanced filtering exposed to the users.
I want to make the user able to filter items based on 1st attribute names and its value, then filter based on a 2nd attribute names and its value..
All i could achieve now is making a filtering based on attribute names OR attribute value, but i'm unable pair those.
Any one have an idea or a path i should follow ?
Comments
#1
Here's a path: write your own module for this. I encountered similar limitations in Views, so I end up writing my own module, form, and queries with my module. BAM, problem solved!