Changeset 109

Show
Ignore:
Timestamp:
08/24/06 12:25:22 (2 years ago)
Author:
ahorn
Message:

updated plugins/search documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/search/README

    r108 r109  
    138138     
    139139    <r:find url="/search"> 
    140       <r:content part="form"/> 
     140      <r:content part="body"/> 
    141141    </r:find> 
    142142  
     
    158158     # Radiant application must be in production mode otherwise the Engines will not load correctly. 
    159159     ENV['RAILS_ENV'] ||= 'production' 
     160 
     161 
     162== FAQ 
     163 
     164  A: Why do I get an "uninitialized constant DEFAULT_PARTS" NameError? 
     165  Q: You are not running the application in production mode. Try: 
     166       script/server -e production 
     167   
     168  A: After installing the search plugin, my server won't start. The server doesn't log an error message either? 
     169  Q: Install all the dependencies (i.e. acts_as_ferret). 
    160170 
    161171== Credits