*) regex for site operator changed as proposed by Lotus

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5441 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 16 years ago
parent c8451614f3
commit 1af728ae09

@ -220,7 +220,7 @@ public class yacysearch {
if (ftb == -1) ftb = querystring.length();
String domain = querystring.substring(site + 5, ftb);
query[0].remove("site:" + domain.toLowerCase());
urlmask = ".*\\." + domain + "/.*";
urlmask = "[a-zA-Z]*://[^/]*\\." + domain + "/.*";
}
// read the language from the language-restrict option 'lr'

Loading…
Cancel
Save