Removed comment
This commit is contained in:
parent
9305f86d0c
commit
17de2a194c
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ class LocalMediaSearcher(MediaSearcher):
|
|||
filter(MediaToken.token.in_(query_tokens)). \
|
||||
group_by(MediaFile.path). \
|
||||
having(func.count(MediaFileToken.token_id) >= len(query_tokens)):
|
||||
# order_by(func.count(MediaFileToken.token_id).desc()):
|
||||
results[file_record.path] = {
|
||||
'url': 'file://' + file_record.path,
|
||||
'title': os.path.basename(file_record.path),
|
||||
|
|
Loading…
Reference in a new issue