Quote:
Originally Posted by ownedbycats
Restarting Calibre fixes the issue, but is there another way to re-calculate the column?
|
Try selecting all the books then doing Edit Metadata and pressing OK. IIRC this will clear caches but not change any data.
NB: IIRC "Recursion detected" can happen if a saved search references a VL that references a saved search, either directly or through a composite column. The problem is that the second search cannot depend on the results of the first because it hasn't finished yet. I know how to fix it, build a Directed Acyclical Graph (DAG) of the operations, but this is both hard and slow to compute.