thingpedia-common-devices
thingpedia-common-devices copied to clipboard
Accuracy/correctness of SmartNews commands is bad
"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 results
"get cat news" parses to cat api (wrong)