-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
1
-
Issue Summary
Use Assets AQL to filter objects based on date attribute with "equal or greater/less than" (>=/<=) operators
Steps to Reproduce
- Create a Date attribute on an Object Type
- Create an object and store a date on it
- Try to do AQL search "Attribute" >= "Date"
Expected Results
Object is returned
Actual Results
No data returned .
Workaround
Currently the workaround is use hours instead of date .Alternatively use now() to fetch the result . For instance -
"expiry" > now(30d)