SELECT * FROM CM_ArticleModel WHERE 1 AND category = "cantine" AND (language = "it" OR language = "all") AND deleted = 0 AND searchable = 1 AND (expirationDate > NOW() OR expirationDate IS NULL) AND (publishDate <= NOW() OR publishDate IS NULL) AND (type = "articolo" OR type = "ilnipposario" OR type = "notizia-del-giorno") AND MATCH (title,content,tags) AGAINST (" garbole ") ORDER BY provincia asc LIMIT 0, 18
SELECT * FROM CM_ArticleModel WHERE 1 AND category = "cantine" AND (language = "it" OR language = "all") AND deleted = 0 AND searchable = 1 AND (expirationDate > NOW() OR expirationDate IS NULL) AND (publishDate <= NOW() OR publishDate IS NULL) AND type = "anagrafica" AND MATCH (title,comune,tags) AGAINST ("garbole") ORDER BY provincia asc LIMIT 0, 40