Possible mistake in documentation of disjunction of dates with FEEL

I have a questions regarding: Sign in to GitHub · GitHub

Under “Disjunction” there is a closing bracket, but not an opening one:
date and time(“2015-11-30T12:00:00”),date and time(“2015-12-01T12:00:00”)]
So, is the opening one missing or the closing one a mistake? Or am I missing something?
I thought the brackets indicate ranges.

Thanks in advance.

Steffen

Hi @steffenbrand,

the closing one is a copy-paste-mistake. To build an OR-construct, just seperate all values in one cell seperated by comma (,).

I’ve created a pull request to correct this in the docs.

Thanks for pointing it out, Ingo