Quote:
Originally Posted by kovidgoyal
Be aware that you have to select at least three books for this, otherwise the whole database is used. Also, IIRC, if you use a search to restrict the shown books, only the shown books will be used, but I may be misremembering.
|
Actually, the logic is:
- If a single book or no book is selected, the entire database is cataloged.
- If 2 or more books are selected, then only the selected books are cataloged.
(relevant code in gui2.actions.catalog:GenerateCatalogAction.generat e_catalog)
You are correct about the search being an active filter.
G