On 08/06/06, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > * 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.
You're right, I shouldn't have had the scheme "http://". However, adding a path does work - meaning - it does restrict the results to within that path. e.g. model site:lists.rawmode.org returns 41 results. model site:lists.rawmode.org/pipermail/catalyst/ returns 3 results Cheers, Carl _______________________________________________ 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/ Searchable Archive: http://www.mail-archive.com/[email protected]/
