From b3bcb274a0e4a0de54b4434fff452a33a5b96ddb Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 22 May 2012 23:33:35 -0400 Subject: [PATCH] Add SEARCH_INDEX_UPDATE_INTERVAL to the documentation --- docs/releases/0.13.rst | 9 ++++++--- docs/topics/settings.rst | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/releases/0.13.rst b/docs/releases/0.13.rst index ff9ce4fac8..194da2ecc1 100644 --- a/docs/releases/0.13.rst +++ b/docs/releases/0.13.rst @@ -15,9 +15,6 @@ Overview * Ability to delete detached signatures * Specialized search via Haystack - * Haystack is setup to use Whoosh by default but user can choose to use - any of the other search backends supported by Haystack. - What's new in Mayan EDMS v0.13 ============================== @@ -34,6 +31,10 @@ Send document or document links via E-mail Haystack ~~~~~~~~ +Haystack is setup to use Whoosh by default but user can choose to use +any of the other search backends supported by Haystack. The interval +between search index updates is controlled with the new :setting:`SEARCH_INDEX_UPDATE_INTERVAL` +configuration option. This addition closes issues #20 and #12. Upgrading from a previous version @@ -71,6 +72,8 @@ Bugs fixed ========== * Metadata unicode fixes while creating new documents. * Fixed document index link filename when renaming document the source document. +* Issues #20 and #12 with the addition of a dedicated search solution and + not rely on SQL based searches. Stuff removed diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index ae395a435e..b3af96d500 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -461,13 +461,13 @@ Allow non authenticated users, access to all views. Search ====== -.. setting:: SEARCH_LIMIT +.. setting:: SEARCH_INDEX_UPDATE_INTERVAL -**SEARCH_LIMIT** +**SEARCH_INDEX_UPDATE_INTERVAL** -Default: ``100`` +Default: ``1800`` -Maximum amount search hits to fetch and display. +Interval in second on which to trigger the search index update. .. setting:: SEARCH_RECENT_COUNT