SELECT DISTINCT code, title, perex, date_from, image, title_url, author, category FROM news_items WHERE (host='olomoucko' OR regions LIKE '%olomoucko%') AND admin_lock=0 AND state>=2 AND date_from<='17.10.2025 13:32:46' AND (date_to>='17.10.2025 13:32:46' OR date_to<'1.1.1990') AND tags LIKE '%,tepl�� voda,%' ORDER BY date_from DESC OFFSET 0 ROWS FETCH NEXT 15 ROWS ONLY