summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-10-12 01:27:11 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-10-12 01:27:11 -0400
commitcb358e33d98ab7d73165ed03428fc0e4cedec828 (patch)
tree5fd0ffa896775a77c8484576b8ec217704649329 /askbot/doc/source
parentffcc088eeccfcfb534fa2854ce9ea8df36f6d12c (diff)
downloadaskbot-cb358e33d98ab7d73165ed03428fc0e4cedec828.tar.gz
askbot-cb358e33d98ab7d73165ed03428fc0e4cedec828.tar.bz2
askbot-cb358e33d98ab7d73165ed03428fc0e4cedec828.zip
merged the haystack support branch
Diffstat (limited to 'askbot/doc/source')
-rw-r--r--askbot/doc/source/changelog.rst1
-rw-r--r--askbot/doc/source/optional-modules.rst5
2 files changed, 6 insertions, 0 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index d77e11ab..a971d9d6 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -3,6 +3,7 @@ Changes in Askbot
Development version
-------------------
+* Added support of Haystack for search (Adolfo)
* Added minimum reputation setting to accept any answer as correct (Evgeny)
* Added "VIP" option to groups - if checked, all posts belong to the group and users of that group in the future will be able to moderate those posts. Moderation features for VIP group are in progress (Evgeny)
* Added setting `NOTIFICATION_DELAY_TIME` to use with enabled celery daemon (Adolfo)
diff --git a/askbot/doc/source/optional-modules.rst b/askbot/doc/source/optional-modules.rst
index aab80bf4..995ed224 100644
--- a/askbot/doc/source/optional-modules.rst
+++ b/askbot/doc/source/optional-modules.rst
@@ -60,6 +60,11 @@ Haystack search
Askbot supports `Haystack <http://haystacksearch.org/>`_, a modular search framework that supports popular search engine backends as
Solr, Elasticsearch, Whoosh and Xapian.
+.. note::
+ Haystack support in Askbot is a new feature,
+ please give us your feedback at ``support@askbot.com``
+ regarding the possible improvements.
+
To enable:
* add 'haystack' to INSTALLED_APPS