Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1037 Rev 1323
Line 259... Line 259...
259
}
259
}
Line 260... Line 260...
260
 
260
 
261
function getUrlAutocompletionNomsSci(requete) {
261
function getUrlAutocompletionNomsSci(requete) {
262
	var url = getUrlAutocompletion(URL_SERVICE_AUTOCOMPLETION_NOM_SCI, requete, 'min')+
262
	var url = getUrlAutocompletion(URL_SERVICE_AUTOCOMPLETION_NOM_SCI, requete, 'min')+
-
 
263
		"&ns.structure=au,an"+
263
		"&ns.structure=au,an"+
264
		// tri "à la mode du CeL"
264
		"&retour.tri=retenu";
265
		"&retour.tri=alpharet";
265
	return url;
266
	return url;
Line 266... Line 267...
266
}
267
}
267
 
268