mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:39:18 +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
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue