in reply to Re: perlmonks.com isnt indexed
in thread perlmonks.com isnt indexed

but can it do a node a title search? lol

the ddg redirect doesn’t include the original search terms either, oh well

Replies are listed 'Best First'.
Re^3: perlmonks.com isnt indexed
by LanX (Saint) on Sep 21, 2025 at 01:55 UTC
    > but can it do a node a title search? lol

    yes, more examples in the linked thread ... lol

    And check out additional google options like intitle: ... lol

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery

        This

        intitle:"$$self" site:www.perlmonks.org

        kind of works.

        From what I can see

        • it's better to use site: as last argument
        • double dollars "$$" seem to be a problem for the indexer
        • google only provides one hit per thread, (mostly but not always the root)
        • you'll quickly run into captchas
        If that's not good enough, log in and use supersearch

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        see Wikisyntax for the Monastery