in reply to Re^7: Ideas for PerlMonks 2.0
in thread Ideas for PerlMonks 2.0

There is no doubt that our search could be more capable. But how about, instead of getting into the details here, we simply say that the new site should have powerful, modern search capabilities. We'll probably use some existing, off-the-shelf technology (Lucene, maybe?) for searching. And we are not going to re-invent Google. You know you can already use Google to search PerlMonks, right?

Google, and (TTBOMK) standard settings for existing off-the-shelf technology, are geared to search for words, and totally fail when you want to search for a string in which non-word characters are significant. Being able to search for posts that contain, eg, (?=...) should be a quality test for any PerlMonks search feature.

Replies are listed 'Best First'.
Re^9: Ideas for PerlMonks 2.0
by jdporter (Paladin) on Dec 09, 2024 at 17:41 UTC

    Good point, and I would never suggest that we would defer all of our search capability to google.
    Search engines like Lucene have lots of knobs to twiddle, including "what's a word?" and "search only whole words".
    We would also continue to support direct access to the database's native search, so e.g. text like '%(?=...)%' would be no problem.

    Today's latest and greatest software contains tomorrow's zero day exploits.