Add SEARCH_INDEX_UPDATE_INTERVAL to the documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user