Displaying 1 result from an estimated 1 matches for "venesa".
Did you mean:
venema
2006 Jul 20
2
search on fields
Hi,
I wonder if it is possible to perform the "find_by_contents" on a subset
of fields indexed in acts_as_ferret.If so, how?
In my code I have:
acts_as_ferret (:fields => [''title'', ''focus'', ''purpose''])
However, I like to have two search options one on all fields and one
only on the title.
Any help is most appreciated.