Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 246 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 246 Rev 247
Line 8... Line 8...
8
 * @author		aurelien <aurelien@tela-botanica.org>
8
 * @author		aurelien <aurelien@tela-botanica.org>
9
 * @author		mathias <mathias@tela-botanica.org>
9
 * @author		mathias <mathias@tela-botanica.org>
10
 * @copyright	2010 Tela-Botanica
10
 * @copyright	2010 Tela-Botanica
11
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
11
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
13
 * @version		SVN: $Id: RechercheDao.php 246 2015-03-03 09:13:36Z mathias $
13
 * @version		SVN: $Id: RechercheDao.php 247 2015-03-03 10:07:20Z mathias $
14
 *
14
 *
15
 */
15
 */
16
class RechercheDao extends Dao {
16
class RechercheDao extends Dao {
17
	const SERVICE = 'CoelRecherche';
17
	const SERVICE = 'CoelRecherche';
Line 106... Line 106...
106
	private function construireUrlRecherchePublications($type, $parametres, $limitation = true) {
106
	private function construireUrlRecherchePublications($type, $parametres, $limitation = true) {
107
	return $this->construireUrlRecherche(
107
	return $this->construireUrlRecherche(
108
			$type,
108
			$type,
109
			$parametres,
109
			$parametres,
110
			$limitation,
110
			$limitation,
111
			array('titre', 'auteur', 'mot-cle', 'revue', 'date')
111
			array('libre', 'titre', 'auteur', 'mot-cle', 'ouvrage', 'date')
112
		);
112
		);
113
	}
113
	}
Line 114... Line 114...
114
 
114
 
115
	// fabrique une URL pour le service CoelRecherche en collant les paramètres fournis (sinon "*")
115
	// fabrique une URL pour le service CoelRecherche en collant les paramètres fournis (sinon "*")