Add SEARCH_INDEX_UPDATE_INTERVAL to the documentation

This commit is contained in:
Roberto Rosario
2012-05-22 23:33:35 -04:00
parent 895a5c7e76
commit b3bcb274a0
2 changed files with 10 additions and 7 deletions

View File

@@ -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

View File

@@ -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