Fulltext search

Fulltext search enabled by default after installation.
This commit is contained in:
Dan 2025-03-19 18:39:08 +07:00
commit 146eda9954
2 changed files with 2 additions and 2 deletions

View file

@ -208,4 +208,4 @@ views.layout = "layout"
admin.theme = "light"
; Fulltext search
fulltext.search = "false"
fulltext.search = "true"

View file

@ -1,4 +1,4 @@
body .form-control, .wmd-preview, .wmd preview {
body .form-control, .wmd-input, .wmd preview {
font-family: Georgia, sans-serif;
}