Revert "Fix #994: use PostgreSQL full-text-search"

This reverts commit b3d8d6a4da.
This commit is contained in:
Eliot Berriot 2019-12-17 10:57:05 +01:00
parent b3d8d6a4da
commit 7b0db234e2
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
6 changed files with 5 additions and 148 deletions

View file

@ -4,11 +4,7 @@ import magic
import mutagen
import pydub
from funkwhale_api.common.search import (
normalize_query,
get_query,
get_fts_query,
) # noqa
from funkwhale_api.common.search import normalize_query, get_query # noqa
def guess_mimetype(f):