mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:39:18 +02:00
Fix #994: use PostgreSQL full-text-search
This commit is contained in:
parent
8f0eabcb71
commit
b3d8d6a4da
6 changed files with 148 additions and 5 deletions
|
@ -4,7 +4,11 @@ import magic
|
|||
import mutagen
|
||||
import pydub
|
||||
|
||||
from funkwhale_api.common.search import normalize_query, get_query # noqa
|
||||
from funkwhale_api.common.search import (
|
||||
normalize_query,
|
||||
get_query,
|
||||
get_fts_query,
|
||||
) # noqa
|
||||
|
||||
|
||||
def guess_mimetype(f):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue