Warning: In the category of way too picky.

Super Search drops the nf parameter when searching in the default "Newest first" order with a specified starting date. The effect is to make the specified date actually be the ending date (reversed logic).

Requesting "Oldest first" works as expected and retains the normal meaning of starting date. The parameter is apparently nf=0, a parameter which is missing for "Newest first". Adding nf=1 seems to give inconsistent results (for me) but at least sometimes the parameter is dropped to make the date an ending date again.

For example, searching for Q&A answers posted since June 1st and Oldest first results in two hits (as of 2008-06-13) with the following shortcut:

href://?node_id=3989;BIT=answer;nf=0;yr=2008;mo=06;dy=01;CA;MR

The same search with Newest first gives much more than 2 hits (presumably, everything but the latest two) and has this shortcut:

href://?node_id=3989;BIT=answer;yr=2008;mo=06;dy=01;CA;MR

Note that you'll need to add to the parameter list ;as_user= with your numerical ID (home node number) to get these searches to launch directly.

Of course, this isn't interesting with just two hits but is troublesome with more results.


In reply to Super Search (sometimes) reverses meaning of Starting Date by igelkott

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.