On Mon, Dec 8, 2008 at 7:20 PM, j0llyr0g3r
<[EMAIL PROTECTED]> wrote:
> But still something like:
>
> [2]    Track.search 'guitar', :page => 1, :per_page => 4, :conditions
> => {:beat => true}
>
> yields 0 results.
>
> Anyway, i added
>
>  indexes beat, :sortable => true
>
> to the above index-section, rebuilded the index, but still -> no
> results.
>
> What am i missing here?

See if

  attribute beat

works better for you.

"indexes" is for searchable strings; "attribute" for filterable
dates/integers/bools, basically.

No need for :sortable => true since attributes always have that enabled.

--~--~---------~--~----~------------~-------~--~----~
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