Changeset 260
- Timestamp:
- 04/25/08 04:19:04 (7 months ago)
- Files:
-
- trunk/lib/picolena/templates/app/models/document.rb (modified) (1 diff)
- trunk/lib/picolena/templates/app/models/finder.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/app/models/document.rb
r259 r260 2 2 class Document 3 3 attr_reader :complete_path 4 attr_writer :index_id5 4 attr_accessor :user, :score, :matching_content 6 5 trunk/lib/picolena/templates/app/models/finder.rb
r259 r260 28 28 ) unless @raw_query=~/^\*+\.\w*$/ 29 29 found_doc.score=score 30 found_doc.index_id=index_id31 30 @matching_documents<<found_doc 32 31 rescue Errno::ENOENT
