remote search by default off

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6365 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 58a00205d5
commit 0c17b600c6

@ -152,7 +152,7 @@ public class yacysearch {
int itemsPerPage = Math.min((authenticated) ? 1000 : 10, post.getInt("maximumRecords", post.getInt("count", 10))); // SRU syntax with old property as alternative
int offset = (newsearch) ? 0 : post.getInt("startRecord", post.getInt("offset", 0));
boolean global = (post == null) ? true : post.get("resource", "global").equals("global");
boolean global = post.get("resource", "local").equals("global");
final boolean indexof = (post != null && post.get("indexof","").equals("on"));
String urlmask = null;

Loading…
Cancel
Save