search for: city_for_sort

Displaying 1 result from an estimated 1 matches for "city_for_sort".

2007 Jul 13
8
More sorting problems with untokenized index
...ized fields. I have one field that sorts fine, but there are others that seem to sort on a different field. Here''s the index description: acts_as_ferret :remote=>true,:fields=>{:name=>{:boost=>2},:name_for_sort=>{:index => :untokenized}, :city=>{:boost=>2}, :city_for_sort=>{:index=>:untokenized}, :state=>{:boost=>2}, :state_for_sort=>{:index=>:untokenized}, :tag_list=>{:boost=>0},:tag_list_for_sort=>{:boost=>0}, :date_summary=>{:boost=>1}, :date_for_range=>{:boost=>0}, :start_date=>{:boost=>0}} Whe...