mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-13 05:20:01 +00:00
idea for weighted sorting
This commit is contained in:
parent
af40feee86
commit
9fc0d54fde
@ -931,7 +931,15 @@ class CalibreDB:
|
||||
func.partial_ratio(func.lower(Books.title),word)>=FUZZY_SEARCH_ACCURACY
|
||||
]
|
||||
results=results.filter(or_(*filter_expression))
|
||||
#TODO sort
|
||||
|
||||
# score = 0
|
||||
# for word in words:
|
||||
# score += max(
|
||||
# attr1 % word,
|
||||
# attr2 % word,
|
||||
# )
|
||||
# sort by score desc
|
||||
return results
|
||||
|
||||
def get_cc_columns(self, config, filter_config_custom_read=False):
|
||||
|
Loading…
Reference in New Issue
Block a user