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 =&gt; Books.installed().getBook(&quot;ESV&quot;).contains(Books.installed().getBook(&quot;ESV&quot;).getKey(&quot;Genesis 1&quot;))</div><div>returns false =&gt; Books.installed().getBook(&quot;OSMHB&quot;).contains(Books.installed().getBook(&quot;OSMHB&quot;).getKey(&quot;Genesis 1&quot;))</div>
<div>returns false =&gt; Books.installed().getBook(&quot;OSMHB&quot;).contains(Books.installed().getBook(&quot;OSMHB&quot;).getValidKey(&quot;Genesis 1&quot;))</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>