* Carl Franks <[EMAIL PROTECTED]> [2006-06-08 16:15]: > You can also restrict google searches to directories within > sites with: > > site:http://lists.rawmode.org/pipermail/dbix-class/
No, `site:` doesn’t work like that. It only restricts to a domain. If you give it a full URI, it doesn’t find anything. Giving a scheme or path is wrong, the syntax is just `site:lists.rawmode.org`, but obviously that will search all the list archives. I just noticed Mail Archive has an archive of the list too: http://www.mail-archive.com/[email protected]/ As far as web-based archives go, I prefer that site to most others, including Gossamer and Gmane. It has an on-site search too. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
