To edit pages or tickets please login with username/password: aaf/aaf

Changeset 300

Show
Ignore:
Timestamp:
01/19/08 14:44:37 (9 months ago)
Author:
jk
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/acts_as_ferret/lib/act_methods.rb

    r298 r300  
    8888 
    8989      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." 
    9393      end 
    9494 
  • trunk/plugin/acts_as_ferret/lib/instance_methods.rb

    r250 r300  
    2626    #                    at the beginning and end of excerpts (unless the 
    2727    #                    excerpt hits the start or end of the field. You'll 
    28     #                    probably want to change this so a Unicode elipsis 
     28    #                    probably want to change this to a Unicode elipsis 
    2929    #                    character. 
    3030    def highlight(query, options = {}) 

To edit pages or tickets please login with username/password: aaf/aaf