-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Assets - AQL
-
None
-
1
-
Minor
Issue Summary
The AQL operator GREATER_THAN_OR_EQUALS (>=) doesn't work with startOfDay() function when filtering by Date attribute.
Steps to Reproduce
- Add an attribute Date to the object.
- Fill it with the today date.
- Use the AQL: "Date" >= startOfDay()
- If you added the date attribute with today's date, the AQL: "Date" = startOfDay() works, but the "Date" >= startOfDay() doesn't work.
Expected Results
The AQL should return the object when the date matches today's.
Actual Results
No object is found.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available