psq / dm-xapian forked from frabcus/acts_as_xapian

Xapian full text search plugin for DataMapper rewrite of acts_as_xapian

This URL has Read+Write access

dm-xapian / CHANGES.txt
100644 11 lines (7 sloc) 0.494 kb
1
2
3
4
5
6
7
8
9
10
11
* 2009-02-06 - 0.5
- added remove_accents to make searches work regardless of accents (probably should be an option, though)
 
* 2009-02-03 - 0.4
- dm-xapian-update daemon to keep the index up to date
 
* 2008-11-08
- version is now 0.3
- applied patch from Emmanuel Surleau: make the rake tasks work with merb 0.9.13 (should also work with 1.0, I assume, but I haven't upgraded yet). In addition, rebuild_index complains in an explicit way when a class name is not a model or indexed by Xapian