Displaying 1 result from an estimated 1 matches for "tags_names".
Did you mean:
tag_names
2007 Jun 15
2
indexed ''text'' (not string) column not used when searching, unless explicitely specified!!
...e "created_at"
....
and my aaf setting :
file: Entity.rb
acts_as_ferret :remote => true,
:fields => {
:name => {:store => :yes, :boost => 1000},
:last_name => {:store => :yes, :boost => 100},
:tags_names => {:store => :yes, :boost => 30 } ,
:first_name => {:store => :yes, :boost => 10 },
:type => {:store => :yes},
:extra => {:store => :yes},
:slaves_list => {:store => :yes, :boost => 10 },
:...