Menu

Operadores Logísticos en San Vicente

2025-04-07 12:31##Error en la orden: SELECT * FROM ( SELECT CASE WHEN empresa LIKE '%san vicente%' THEN 1 ELSE 2 END AS rnk, id, cliente, empresa, direccion, poblacion, pais, img_logo, img_flyer, slug, destacado, plan, clase, mail_bienvenida, orden, fecha_registro, last_print , MATCH (empresa,direccion,poblacion,descripcion) AGAINST ('+san* +vicente*' IN BOOLEAN MODE) AS score FROM DIRECTORIO WHERE activo='1' AND visible='1' AND eliminado='0' AND (( AND (poblacion LIKE '%San Vicente%' OR direccion LIKE '%San Vicente%') AND ( MATCH (empresa,direccion,poblacion,descripcion) AGAINST ('+san* +vicente*' IN BOOLEAN MODE) OR MATCH (empresa,direccion,poblacion,descripcion) AGAINST ('san-vicente' IN BOOLEAN MODE) ) ) OR MATCH (keywords) AGAINST ('San Vicente')) ) AS tab ORDER BY cliente DESC, plan DESC, destacado DESC, orden DESC, rnk, score DESC, last_print DESC, fecha_registro DESC, empresa LIMIT 0, 12####