I noticed a similar bug just recently. The case I saw was it searched 93% of the database and only found one hit near the 1% mark. It started the next search right after that hit even though it had already searched 92% of the database after that. But since the second batch found no hits, the bug didn't recur and the third time it just searched the small remainder of the database.

Perhaps you saw this case rather than what you reported (since holli and I haven't been able to reproduce it)? But I'll look for cases that don't set the point to search next correctly besides the one I recently identified but haven't had a chance to fix yet.

- tye        


In reply to Re: BUG: Supersearch won't search more if first search is empty (1 found) by tye
in thread BUG: Supersearch won't search more if first search is empty by dragonchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.