<div dir="ltr">The change to name order occurred 4 months ago with &#39;Optimized Books, especially for lookups&#39; but I can&#39;t see any specific reason for the change in order unless I am missing something. I originally added order by initials 11 months ago while solving problems with books having the same description.  Here is the change 4 months ago which changed sort back to name:<div>
<br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>Optimized Books, especially for lookups.</div></div><div><div>Use books directly rather than calling getBooks, which creates a copy.</div></div>
<div><div>No longer use BookSet internally, but TreeSet instead.</div></div><div><div>Lookup now uses hash maps for O(1) for initials and name. Still loops for case insensitive, but only once.</div></div><div><div>Removed getWriteableDrivers. Deprecated unregisterDriver and getMaxLength.</div>
</div><div><div>BookFilterIterator now takes an Iterable&lt;Book&gt; rather than a List&lt;Book&gt;.</div></div><div><div><b>AbstractBookMetaData now sorts name before initials.</b></div></div></blockquote><br><div>If there are no objections I would like to raise an issue and implement the change to sort by initials.</div>
<div><br></div><div>Martin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 22 May 2014 22:26, Martin Denham <span dir="ltr">&lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The books are now being sorted by <a href="http://book.name" target="_blank">book.name</a> which is not the name seen on <a href="http://www.crosswire.org/sword/modules/ModDisp.jsp?modType=Bibles" target="_blank">this screen</a> but is the description.  So JSword is sorting books by description.<div>

<br></div><div>JSword used to sort by book.initials (which confusingly is name on <a href="http://www.crosswire.org/sword/modules/ModDisp.jsp?modType=Bibles" target="_blank">this screen</a>) until a few weeks ago.  However, there were various changes made including the different sort order.</div>

<div><br></div><div>Since description is random descriptive text but name encapsulates key text which groups similar books together, could we agree to switch back to sorting by initials?</div><div><br></div><div>I have a user who is quite upset over this issue and claims the order is &quot;complete chaos&quot;.  I could do the sorting in And Bible but I get the book list very frequently and it would have a small affect on performance.</div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div>Martin</div></font></span></div>
</blockquote></div><br></div>