I have fields of type Datetime but configured for date. Comparison with such fields in the module does not work correctly.
Create a Datetime field, select Date type -> Date only in the field settings. This type of comparison does not work properly 2022-01-01T00:00:00 >= 2022-01-01
SELECT STRCMP("2022-01-01T00:00:00", "2022-01-01T00:00:00"); = 0
SELECT STRCMP("2022-01-01T00:00:00", "2022-01-01"); = 1
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.