mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 02:29:36 +02:00
Revert "Fix #994: use PostgreSQL full-text-search"
This reverts commit b3d8d6a4da
.
This commit is contained in:
parent
b3d8d6a4da
commit
7b0db234e2
6 changed files with 5 additions and 148 deletions
|
@ -928,4 +928,3 @@ MODERATION_EMAIL_NOTIFICATIONS_ENABLED = env.bool(
|
|||
# Delay in days after signup before we show the "support us" messages
|
||||
INSTANCE_SUPPORT_MESSAGE_DELAY = env.int("INSTANCE_SUPPORT_MESSAGE_DELAY", default=15)
|
||||
FUNKWHALE_SUPPORT_MESSAGE_DELAY = env.int("FUNKWHALE_SUPPORT_MESSAGE_DELAY", default=15)
|
||||
USE_FULL_TEXT_SEARCH = env.bool("USE_FULL_TEXT_SEARCH", default=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue