<HTML><BODY><DIV style='font-family: "Verdana"; font-size: 10pt;'><DIV>
<DIV>I note that this has now been implemented.</DIV>
<DIV> </DIV>
<DIV>I think it would be better to modify the implementation, however.  For example, if I search for "1,4,9", the squares now appear well down the list - because they have an initial 0.</DIV>
<DIV> </DIV>
<DIV>What I would suggest is that, if the sequence being searched for has a value greater than 1, consider it to be an initial match if that matches the first value in the sequence that is greater than 1.  So "1,4,9" would be an initial match with "0,1,4,9,...", "1,1,4,9,...", but not "2,1,4,9,..." or "0,4,9,1,4,9,...".</DIV>
<DIV> </DIV>
<DIV>(This ties in with the (computed) second value of the offset in the database.)</DIV>
<DIV> </DIV>
<DIV>Franklin T. Adams-Watters<BR> </DIV> <BR>-----Original Message-----<BR>From: Russ Cox <A href="mailto:rsc@swtch.com">rsc@swtch.com</A><BR><BR>
<STYLE>
.AOLPlainTextBody {
    margin: 0px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px; 
    color: #000; 
    background-color: #fff; 
}

.AOLPlainTextBody pre {
    font-size: 9pt;
}

.AOLInlineAttachment {
    margin: 10px;
}

.AOLAttachmentHeader {
    border-bottom: 2px solid #E9EAEB;
    background: #F9F9F9;
}

.AOLAttachmentHeader .Title {
    font: 11px Tahoma;
    font-weight: bold;
    color: #666666;
    background: #E9EAEB; 
    padding: 3px 0px 1px 10px;
}

.AOLAttachmentHeader .FieldLabel {
    font: 11px Tahoma; 
    font-weight: bold;
    color: #666666;
    padding: 1px 10px 1px 9px;
}

.AOLAttachmentHeader .FieldValue {
    font: 11px Tahoma; 
    color: #333333;
}

</STYLE>

<DIV class=AOLPlainTextBody id=AOLMsgPart_0_369bb632-56d0-4c1d-8bc4-2fa801c3b041><PRE><TT>I am leaning toward ranking matches starting at the beginning
of a sequence higher than matches in the middle, so that
the early matches sift to the top.

</TT></PRE></DIV></DIV></DIV>


<hr style="MARGIN-TOP:10px" >
<b>Try the New Netscape Mail Today!</b><br />
Virtually Spam-Free | More Storage | Import Your Contact List<br /><a  href="http://mail.netscape.com">http://mail.netscape.com</a>

</BODY></HTML>