eukras / koinos

PHP library for working with biblical and similar textual references in texts and databases.
Other
1 stars 1 forks source link

Multi-chapter and multi-book referencing issues. #11

Closed eukras closed 9 years ago

eukras commented 9 years ago

1) Search 'rom' -> correctly matched full book.

But title renders as "Romans 1-999". Should just read 'Romans'; likewise ShortTitle and handle.

2) Search 'rom 1;1cor 13' -> correctly matches these chapters.

But title renders as "Romans 1;13". Should read "Romans 1; 1 Corinthians 13""; likewise ShortTitle and handle.

eukras commented 9 years ago

Multi-book ranges should also be checked; e.g. "rom-gal,php,1thess,phm"

eukras commented 9 years ago

Presenting problem fixed in ReferenceManager; issue with "small+" remains; not comitted until this is corrcted; see tests.

eukras commented 9 years ago

Resolved at 1.1.0.