Project

General

Profile

« Previous | Next » 

Revision 4653

handle mixture of datapackages: some with demographic data, some without.
takes advantage of the [new] StaticSelectionItem feature in the datamanager

View differences:

search.js
286 286
						+ "</entity>"
287 287
					+ "</datapackage>";	
288 288
			}
289
			else {
290
				tempQuery +=
291
					"<staticItem name=\"demographic_1\" value=\"\" />"
292
					+ "<staticItem name=\"demographic_2\" value=\"\" />"
293
					+ "<staticItem name=\"demographic_3\" value=\"\" />";
294
			}
289 295
				
290 296
			//select the metadata
291 297
			tempQuery += metadataAttributeSelection;

Also available in: Unified diff