mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Bug #2118744: 'column built from other columns, behaves like tags' not treated like tags in Similarity search
This commit is contained in:
parent
240314fcdf
commit
f0bbe91c8d
@ -79,7 +79,7 @@ class SimilarBooksAction(InterfaceAction):
|
||||
# back to the default
|
||||
if col not in mi.all_field_keys():
|
||||
col = db.prefs.defaults[key]
|
||||
val = mi.get(col, None)
|
||||
val = db.new_api.split_if_is_multiple_composite(col, mi.get(col, None))
|
||||
if not val:
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user