05-05-27 11:50:30 42d371e473b4d2f299b2416d26c28909 (Resource id #11) select count(*) from article where ar_actif=1 and ar_affiche=1 and ( ar_code_aff ilike 'pipette%' ) 05-05-27 11:50:32 42d371e473b4d2f299b2416d26c28909 (Resource id #11) --- 05-05-27 11:50:32 42d371e473b4d2f299b2416d26c28909 (Resource id #11) select count(*) from article where ar_actif=1 and ar_affiche=1 and ( (ar_lib_fr ilike '%pipette%' or ar_mots_cles ilike '%pipette%' ) ) 05-05-27 11:50:37 198bc255429cfdd1244400f2b2b7a5e1 (Resource id #11) select count(*) from article where ar_actif=1 and ar_affiche=1 and ( idxFTIfr @@ to_tsquery('default_french','pli') or idxFTIen @@ to_tsquery('default','pli') ) 05-05-27 11:50:39 198bc255429cfdd1244400f2b2b7a5e1 (Resource id #11) --- 05-05-27 11:50:39 198bc255429cfdd1244400f2b2b7a5e1 (Resource id #11) select count(*) from article where ar_actif=1 and ar_affiche=1 and ( coalesce(ar_lib_sodipro_fr,ar_lib_fr,ar_lib_en) ilike '%pli%' ) 05-05-27 11:50:39 42d371e473b4d2f299b2416d26c28909 (Resource id #11) --- 05-05-27 11:50:39 42d371e473b4d2f299b2416d26c28909 (Resource id #11) select ar_code,ar_code_aff, coalesce(ar_lib_sodipro_fr,ar_lib_fr,ar_lib_en) as libelle, COALESCE(ar_texte_fr,ar_texte_en) as description, ar_type, prix_article_client(ar_code,'01007',1) as ar_prix from article where ar_actif=1 and ar_affiche=1 and ( (ar_lib_fr ilike '%pipette%' or ar_mots_cles ilike '%pipette%' ) ) order by libelle limit 10 OFFSET 0 05-05-27 11:50:43 198bc255429cfdd1244400f2b2b7a5e1 (Resource id #11) --- 05-05-27 11:50:43 198bc255429cfdd1244400f2b2b7a5e1 (Resource id #11) select ar_code,ar_code_aff, coalesce(ar_lib_sodipro_fr,ar_lib_fr,ar_lib_en) as libelle, COALESCE(ar_texte_fr,ar_texte_en) as description, ar_type, prix_article_client(ar_code,'',1) as ar_prix from article where ar_actif=1 and ar_affiche=1 and ( coalesce(ar_lib_sodipro_fr,ar_lib_fr,ar_lib_en) ilike '%pli%' ) limit 10 OFFSET 0 05-05-27 11:50:43 198bc255429cfdd1244400f2b2b7a5e1 (Resource id #11) --- 05-05-27 11:50:54 42d371e473b4d2f299b2416d26c28909 (Resource id #11) ---