JasonB
unread,Feb 20, 2012, 10:58:17 AM2/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-haystack
Hello Everyone (apologies if you have this post twice!),
I have been using django haystack for the last week and have
succesfully implemented it for my webapp.
Everything works fine (actually great!) and I have no complaints
(Thanks Daniel L for this amazing tool!)
I have one question, however:
My DB table (or index) looks something like:
Key | Genre | Artist | Album Release Year |
Now, obviously, there are multiple genres (rock, pop, hiphop etc) and
I would like to provide the user with an option to drill by Genres.
So, something like the following scenario:
[1] I provide radio boxes for each Genre: rock, pop, hiphop.
[2] User chooses a desired genre and searches.
[3] Django Haystack displays results belonging only to that particular
genre.
Is this possible in django haystack? I had a look at faceting, and it
looks like it is what I need, but I was not 100% sure.
Any guidance would be really appreciates.