You can't filter on text fields. If you want to do a keyword search on
:title, you want:
keywords('test')
Which will (by default) search all defined text fields. If you want to
match titles exactly, the :title field should be a string field,
rather than a text field.
More info here:
https://github.com/outoftime/sunspot/wiki/Setting-up-classes-for-search-and-indexing
Mat
> --
> You received this message because you are subscribed to the Google Groups "Sunspot" group.
> To post to this group, send email to ruby-s...@googlegroups.com.
> To unsubscribe from this group, send email to ruby-sunspot...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ruby-sunspot?hl=en.
>
>