Something like this has been on my to-do list for a long time. One of the big problems was interface design. But that is firming up in my head.

FYI, there would be little impact on server load. The list of matching node IDs would go into a hidden field in the form. There would be a limit on how many matching nodes you could collect. You'd still have to hit "Next" to search the next chunk of the DB.

Note that I don't find much need for this when using Super Search. I'm almost always searching within a specific section, for a specific author, or within a fairly small date range, etc. So most of my uses of Super Search have searched as far as I want them to after the first 'submit'.

On the occasions when I have to hit 'Next', I've usually reviewed the nodes found (if any) and perhaps popped the most promising of them into separate windows/tabs.

But being able to carry the list of selected nodes around would be handy and reasonable to implement.

I like having a check box for each match and having a radio button for "keep only" vs. "keep all but" with the default being to "keep all but" (when you hit "Next"). And, when hitting "New Search", the option to "discard previous matches" (default), "add to previous matches ('or')", or "refine only previous matches ('and')" (if MySQL can do this efficiently enough that I don't need to worry about doing it in batches).

Each time you hit "Next", I would only show the new finds and a count of previous finds and have a button to bring up the entire list.

- tye        


In reply to Re: Getting Complete Listing Of [Super Search] Results (to-do) by tye
in thread Getting Complete Listing Of [Super Search] Results by Limbic~Region

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.