I just started to build a advance search for a site and I am
struggling with one part.

I am searching a model (lets call it Books) a book has a author. the
author model has many tags via the acts_as_taggable(_on_steriods)
plugin.

In my advance search form I now want to list all the tags available
and allow a user to search for these tags.

I tried using the attribute
has author.taggings.tag.id, as => tag_id
But this won't work as id is a reserved word.

I am also not sure on how to make my check boxes to return the array
of tag ids I want to find by.

Any help here is greatly appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to