Just pondering a slight modification to the way super search displays its results. The problem is that replies in a thread are often out of context without their parents.

Consider the following two results - lifted straight from super search. The first result is a reply to a node - if I want to read the whole thread I need to go to the reply and then go to the root thread.

2002-02-26 Ovid (Ovid) Re: Script (ovid's) explanation Re:SoPW
2002-03-21 gmax Introduction to Tree::DAG_Node Tut

I would like a link to be placed next to replies that lets you jump directly to the root node if the result is a reply. The following is a suggested format:

2002-02-26 Ovid (Ovid) Re: Script (ovid's) explanation root node Re:SoPW
2002-03-21 gmax Introduction to Tree::DAG_Node - Tut

I know that super search already gives the DB a hard time. However compared to chugging through the database this small mod should not add too much strain. It would make searching (for me at least) much slicker.

It could be made really slick if each reply in a thread was labeled with a <a name="147658">. This would allow the link to the root node to look like this: <a href="/index.pl?node_id=147625#147658">root node</a> and then you would jump to the reply in the thread. I appreciate that this involves a more fundamental change to the code base.

--tidiness is the memory loss of environmental mnemonics


In reply to Suggestion for root node link in super seach results. by EvdB

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.