mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:39:18 +02:00
Fixed #81: Search now unaccent letters for queries
This commit is contained in:
parent
9b0d5541e0
commit
62d0381f91
5 changed files with 30 additions and 9 deletions
12
api/funkwhale_api/common/migrations/0001_initial.py
Normal file
12
api/funkwhale_api/common/migrations/0001_initial.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 2.0.2 on 2018-02-27 18:43
|
||||
from django.db import migrations
|
||||
from django.contrib.postgres.operations import UnaccentExtension
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = []
|
||||
|
||||
operations = [
|
||||
UnaccentExtension()
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue