Skip to content
Snippets Groups Projects
Commit 61e7785c authored by André Lahmann's avatar André Lahmann
Browse files

refs #5018:

* disabled tags, comments, highlighting (still enabled in snippets)
parent 74ca0649
No related merge requests found
...@@ -1187,7 +1187,7 @@ treeSearchLimit = 100 ...@@ -1187,7 +1187,7 @@ treeSearchLimit = 100
; This section controls VuFind's social features. ; This section controls VuFind's social features.
[Social] [Social]
; Comments may be "enabled" or "disabled" (default = "enabled") ; Comments may be "enabled" or "disabled" (default = "enabled")
comments = enabled comments = disabled
; Favorite lists may be "enabled", "disabled", "public_only" or "private_only" ; Favorite lists may be "enabled", "disabled", "public_only" or "private_only"
; (default = "enabled") ; (default = "enabled")
; The public_only/private_only settings restrict the type of list users may ; The public_only/private_only settings restrict the type of list users may
...@@ -1196,7 +1196,7 @@ comments = enabled ...@@ -1196,7 +1196,7 @@ comments = enabled
lists = enabled lists = enabled
; Tags may be "enabled" or "disabled" (default = "enabled") ; Tags may be "enabled" or "disabled" (default = "enabled")
; When disabling tags, don't forget to also turn off tag search in searches.ini. ; When disabling tags, don't forget to also turn off tag search in searches.ini.
tags = enabled tags = disabled
; This controls the maximum length of a single tag; it should correspond with the ; This controls the maximum length of a single tag; it should correspond with the
; field size in the tags database table. ; field size in the tags database table.
max_tag_length = 64 max_tag_length = 64
......
...@@ -49,7 +49,7 @@ default_noresults_recommend[] = SwitchQuery ...@@ -49,7 +49,7 @@ default_noresults_recommend[] = SwitchQuery
; Set this to true in order to highlight keywords from the search query when they ; Set this to true in order to highlight keywords from the search query when they
; appear in fields displayed in search results. ; appear in fields displayed in search results.
highlighting = true highlighting = false
; Set this to restrict the list of fields that will be highlighted (the hl.fl ; Set this to restrict the list of fields that will be highlighted (the hl.fl
; Solr parameter); default = '*' for all fields: ; Solr parameter); default = '*' for all fields:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment