Hi all<div><br></div><div>Just wondering why the following two modules act differently. I need to check whether a key is valid. However, it looks like this is not possible for some Bible modules.</div><div><br></div><div><div>
<div>returns true => Books.installed().getBook("ESV").contains(Books.installed().getBook("ESV").getKey("Genesis 1"))</div><div>returns false => Books.installed().getBook("OSMHB").contains(Books.installed().getBook("OSMHB").getKey("Genesis 1"))</div>
<div>returns false => Books.installed().getBook("OSMHB").contains(Books.installed().getBook("OSMHB").getValidKey("Genesis 1"))</div></div></div><div><br></div><div>In each case, the passage is correctly looked up and retrieved. Any ideas?</div>
<div><br></div><div>Chris</div><div><br></div><div><br></div>