Changes between Version 18 and Version 19 of FerretOnRails


Ignore:
Timestamp:
08/09/06 17:47:47 (4 years ago)
Author:
anonymous
Comment:

Fixed * list.

Legend:

Unmodified
Added
Removed
Modified
  • FerretOnRails

    v18 v19  
    209209 
    210210A couple of notes about this implementation: 
    211 * The class based querying is broken, but then again so is the implementation in the code listed above.  
    212 * It would be nice to allow for the use of both the filesystem based indexing AND the in-memory approach, but currently I only allow for a string path to the index. I think this should be a straightforward fix, but it's not in there yet. 
    213 * I'm still working on implementing the code that allows for passing a Query object to the find_by_contents method. 
    214 * There are certainly a lot of other options for the index that need to be allowed for. I'm thinking that this could be implemented as a hash that can be set in environment.rb and then overridden in the case of per-class indexes. 
     211 * The class based querying is broken, but then again so is the implementation in the code listed above.  
     212 * It would be nice to allow for the use of both the filesystem based indexing AND the in-memory approach, but currently I only allow for a string path to the index. I think this should be a straightforward fix, but it's not in there yet. 
     213 * I'm still working on implementing the code that allows for passing a Query object to the find_by_contents method. 
     214 * There are certainly a lot of other options for the index that need to be allowed for. I'm thinking that this could be implemented as a hash that can be set in environment.rb and then overridden in the case of per-class indexes. 
    215215 
    216216--[http://opposable-thumbs.net Thomas Lockney]