Accuracy/correctness of SmartNews commands is bad #324
Labels
bug
P3
Nice to have, not working on it for now
release: main
Issues that affect devices in the "main" release
"get news about coronavirus" parses to
@com.smartnews.article() filter source =~ "coronavirus";
(wrong)"get news from yesterday" parses to
@com.smartnews.article() filter date == $start_of(day) - 1day;
(kind of wrong), then returns no results"get news in the last 3 hours" parses to
@com.smartnews.article() filter date <= $now - 3h
(wrong)"get news from the san francisco chronicel" parses to
@com.smartnews.article() filter source =~ "san francisco chronicle";
and returns no resultsThe text was updated successfully, but these errors were encountered: