Changeset 79
- Timestamp:
- 08/24/06 09:12:35 (2 years ago)
- Files:
-
- trunk/plugin/acts_as_ferret/lib/acts_as_ferret.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugin/acts_as_ferret/lib/acts_as_ferret.rb
r77 r79 180 180 # wihch means the ferret StandardAnalyzer gets used) 181 181 # 182 # TODO: handle additional_fields183 182 def acts_as_ferret(options={}, ferret_options={}) 184 183 configuration = { … … 276 275 fields.update(model.fields_for_ferret) 277 276 end 277 logger.debug("class #{self.name}: fields for index: #{fields.keys.join(',')}") 278 278 fields.each_pair do |field, options| 279 279 fi.add_field(field, { :store => :no,
