Tech Question: In a Collection, is there a way to pull the name of a Bible book from its title?

Jack Hairston
Jack Hairston Member Posts: 1,099 ✭✭✭

For instance, in Windows you can use a macro code that fills in data, such as %username% or %date%.

I created Collections of commentaries that pull data from the Series field to look up the current verse and show comments. This approach ignores the many one-off commentaries in my library. Is there a syntax where the Collection definition could show something like:

type:bible-commentary (series:("NIC"), title:(%BibleBook%)

Where the field would be filled in with the name of the current Bible book?

Tagged:

Best Answer

  • Jack Hairston
    Jack Hairston Member Posts: 1,099 ✭✭✭
    Answer ✓

    Thanks for taking the time to answer this, Dave.

Comments

  • Dave Hooton
    Dave Hooton MVP Posts: 36,339

    No.

    Collections are dynamic in that a Series: filter/field will include all available books, including newly downloaded ones. In use, though, only the relevant book will be used e.g. a Passage Guide on Revelation, a Parallel Book on Revelation (if the collection has a tick for that). If I understand you correctly, link your bible to the PG or a commentary to get the "current" bible book in the collection of your choice.

    The collection rule you state should be type:bible-commentary (series:("NIC") title:(%BibleBook%)
    But series:("NIC") is puzzling as series:NIC would suffice if NIC is the series name. If NIC is the New International Commentary, you could use NICNT or NICOT to narrow the range of books (strictly abbrev:NICNT as being part of the abbreviated title for each book).

    Dave
    ===

    Windows 11 & Android 13

  • Jack Hairston
    Jack Hairston Member Posts: 1,099 ✭✭✭
    Answer ✓

    Thanks for taking the time to answer this, Dave.