Festivo Explorer
Открий безплатни фестивали и събития в България по град, категория и дата.
Възникна грешка при зареждане на фестивалите. Опитайте отново.
Failed query: select "id", "title", "slug", "description", "start_date", "end_date", "start_time", "end_time", "occurrence_dates", "category", "hero_image", "image_url", "is_free", "status", "is_verified", "promotion_status", "promotion_started_at", "promotion_expires_at", "promotion_rank", "lat", "lng", "place_id", "ticket_url", "price_range", "city_slug", "city_id", "organizer_id" from "festivals" where ((("festivals"."status" = $1 or "festivals"."status" = $2 or "festivals"."is_verified" = $3) and ("festivals"."status" is null or "festivals"."status" <> $4)) and ((("festivals"."occurrence_dates" is null or jsonb_typeof("festivals"."occurrence_dates") <> 'array' or jsonb_array_length(coalesce("festivals"."occurrence_dates", '[]'::jsonb)) = 0) and "festivals"."start_date" is not null and "festivals"."start_date" <= $5 and coalesce("festivals"."end_date", "festivals"."start_date") >= $6) or ("festivals"."occurrence_dates" is not null and jsonb_typeof("festivals"."occurrence_dates") = 'array' and jsonb_array_length("festivals"."occurrence_dates") > 0 and exists (select 1 from jsonb_array_elements_text("festivals"."occurrence_dates") as dt(val) where (dt.val)::date >= $7 and (dt.val)::date <= $8))) and "festivals"."end_date" >= $9) order by "festivals"."start_date" asc limit $10 params: published,verified,true,archived,2026-08-30,2026-08-29,2026-08-29,2026-08-30,2026-08-28,1000