Skip to content
Snippets Groups Projects
Commit c24cafbf authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #59836 fix test failure

parent 392be871
Branches
Tags
3 merge requests!2334Master,!2301Master,!2287hotline #59836 use editor as alone criteria in search engine
Pipeline #2242 passed with stage
in 19 minutes and 18 seconds
......@@ -162,7 +162,7 @@ class MoteurRechercheAvanceeTest extends MoteurRechercheTestCase {
'type_recherche' => 'nimportequoi',
'pertinence' => false,
'tri' => 'alpha_titre'] ,
'req_notices' => $this->listSqlWith("date_creation >'2012-02-03' and (MATCH(titres) AGAINST('+(NOUVEAU NOUVEAUX NOUVO) +(CHIEN CHIENS CHIN) +(GARDE GARDES GARD)' IN BOOLEAN MODE) or MATCH(editeur) AGAINST('+(RAISON RAISONS RAISON) +(D00 D00S ) +(AGIR AGIRS AJIR)' IN BOOLEAN MODE)) and MATCH(facettes) AGAINST('+(B4)' IN BOOLEAN MODE)",
'req_notices' => $this->listSqlWith("editeur like '%Raisons d%agir%' and date_creation >'2012-02-03' and (MATCH(titres) AGAINST('+(NOUVEAU NOUVEAUX NOUVO) +(CHIEN CHIENS CHIN) +(GARDE GARDES GARD)' IN BOOLEAN MODE)) and MATCH(facettes) AGAINST('+(B4)' IN BOOLEAN MODE)",
'alpha_titre')],
[['rech_auteurs' => 'Stiegler',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment