Project

General

Profile

« Previous | Next » 

Revision 27a07b9c

Added by Patrick Plitzner almost 6 years ago

fix #6321 Implement parallel loading + progress bar for bulk editor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditorQuery.java
37 37
		searchConfigurator.setTitleSearchString(searchString);
38 38
		searchConfigurator.setMatchMode(null);
39 39
		searchConfigurator.setPropertyPaths(propertyPath);
40

  
41
		if(searchString != null && searchString.trim().equals("*")){
42
			searchConfigurator.setPageSize(1000);
43
		}
44

  
40
		searchConfigurator.setPageSize(20);
45 41
	}
46 42

  
47 43
	public Comparator getComparator() {

Also available in: Unified diff