bugfix / local-search predicate

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4811 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 17 years ago
parent cafce41d8f
commit 56a300f92a

@ -198,7 +198,7 @@ public final class plasmaSearchQuery {
}
public boolean isLocal() {
return this.domType != SEARCHDOM_LOCAL;
return this.domType == SEARCHDOM_LOCAL;
}
public static TreeSet<String> hashes2Set(String query) {

Loading…
Cancel
Save