in reply to Re: Name clashes in lookup by title
in thread Name clashes in lookup by title
with perhaps a sort done in Perl, but notSELECT ... LIMIT 50 SELECT ... ORDER BY node_id LIMIT 50
which in that case would likely fix it. (I'm not pmdev, so I have no access to the actual source, so I'm just guessing.)SELECT ... ORDER BY node_id DESC LIMIT 50
For example, a search for List of Lists shows 128632 at the top, and 17802 at the bottom. That's nowhere near the 350865 for the node (list of lists (LOL)) I was actually looking for.
As an aside, note that my search term is actually part of the node title, which is not the case for any of the results shown.
|
|---|