Changeset 300
- Timestamp:
- 01/19/08 14:44:37 (9 months ago)
- Files:
-
- trunk/plugin/acts_as_ferret/lib/act_methods.rb (modified) (1 diff)
- trunk/plugin/acts_as_ferret/lib/instance_methods.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugin/acts_as_ferret/lib/act_methods.rb
r298 r300 88 88 89 89 if options[:remote] 90 logger. debug"Will use remote index server which should be available at #{options[:remote]}"91 else 92 logger. debug"Will use local index."90 logger.info "Will use remote index server which should be available at #{options[:remote]}" 91 else 92 logger.info "Will use local index." 93 93 end 94 94 trunk/plugin/acts_as_ferret/lib/instance_methods.rb
r250 r300 26 26 # at the beginning and end of excerpts (unless the 27 27 # excerpt hits the start or end of the field. You'll 28 # probably want to change this so a Unicode elipsis28 # probably want to change this to a Unicode elipsis 29 29 # character. 30 30 def highlight(query, options = {})
