diff options
author | francis <francis> | 2008-07-13 10:55:15 +0000 |
---|---|---|
committer | francis <francis> | 2008-07-13 10:55:15 +0000 |
commit | 18a34220d128cad30477dafb24a71319e5263f71 (patch) | |
tree | 794c2ea36484993826e4342730c5cb81c366168a | |
parent | 66cbf40082e9134ba6818e337378d01c0caf0da6 (diff) |
Better wording
-rw-r--r-- | vendor/plugins/acts_as_xapian/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/plugins/acts_as_xapian/README.txt b/vendor/plugins/acts_as_xapian/README.txt index be786c705..c7eaf3d74 100644 --- a/vendor/plugins/acts_as_xapian/README.txt +++ b/vendor/plugins/acts_as_xapian/README.txt @@ -58,8 +58,8 @@ query. You can try and make do with TextHelper::highlight (combined with words_to_highlight below). I found the highlighting in acts_as_solr didn't really understand the query anyway. -* Date range searching - maybe this works in acts_as_solr, but I never found -out how. +* Date range searching - this exists in acts_as_solr, but I found it +wasn't documented well enough, and was hard to get working. * Spelling correction - "did you mean?" built in and just works. |