On 10/16/06, poipu <[EMAIL PROTECTED]> wrote:
> to the ones i defined in my model? for example if in the model i specify
> acts_as_ferret to index only column 1, 2, and 3 in my table....how can i
> perform a search just for column 1 if need be.
>
> for example, id like to give the user the ability to just search on
> title name vs description, etc...
>
>
> thanks!

You prepend the search with the field-name and a colon. For example:

    title:"War and Peace" author:(Leo Tolstoy)

Hope that helps,
Dave
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to