Good day everybody!
I'm using SEBLOD about two years and can't stop to wonder it! Thank to all who makes it for us!
Now I have a task which looks interesting, and I'm sure that somebody have this solution.
I need a show by search unpublished articles:
1) Really unpublished articles - which state=0
2) Overdue articles - which state-1 but publish_down less than NOW.
So, my problem is in OR condition - my query should be like this:
SELECT ...blablabla... when state=0 OR publish_down<NOW...
Anybody knows how I can solve this task?
Thanks for advance!