Skip to content
Snippets Groups Projects
Commit 7e0a3b47 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix search

parent 3f861d81
No related branches found
No related tags found
1 merge request!22Add score to transcriptions
......@@ -55,4 +55,4 @@ def search_transcriptions(query):
return Transcription.objects \
.filter(id__in=transcription_ids) \
.order_by('-score') \
.prefetch_related('zones__image__server')
.prefetch_related('zone__image__server')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment