aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-05-15 10:00:06 +0000
committerfrancis <francis>2008-05-15 10:00:06 +0000
commit842c4a9a83a19ef2963edb382f1580030b655e3f (patch)
tree587ecc4d20af780785bafadd2dc39921d550a43a
parenta9926dc55d9922fd53798f0a112df59640b4c758 (diff)
Tested those bits.
-rw-r--r--vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb13
1 files changed, 4 insertions, 9 deletions
diff --git a/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb b/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb
index 02896c585..3983f5c19 100644
--- a/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb
+++ b/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb
@@ -4,12 +4,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: acts_as_xapian.rb,v 1.19 2008-04-30 12:55:14 francis Exp $
-
-# TODO:
-# Test :eager_load
-# Test :if
-# Test reverse sorting
+# $Id: acts_as_xapian.rb,v 1.20 2008-05-15 10:00:06 francis Exp $
# Documentation
# =============
@@ -19,9 +14,9 @@
# acts_as_lucene or acts_as_ferret.
#
# Xapian is an *offline indexing* search library - only one process can have
-# the database open for writing at once, and others that try meanwhile are
-# unceremoniously kicked out. For this reason, acts_as_xapian does not support
-# automatic writing to the database when your models change.
+# the Xapian database open for writing at once, and others that try meanwhile
+# are unceremoniously kicked out. For this reason, acts_as_xapian does not
+# support immediate writing to the database when your models change.
#
# Instead, there is a ActsAsXapianJob model which stores which models need
# updating or deleting in the search index. A rake task 'xapian:update_index'