thingpedia-common-devices icon indicating copy to clipboard operation
thingpedia-common-devices copied to clipboard

Accuracy/correctness of SmartNews commands is bad

Open gcampax opened this issue 3 years ago • 1 comments

"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

gcampax avatar Apr 30 '21 17:04 gcampax

"get cat news" parses to cat api (wrong)

gcampax avatar Apr 30 '21 17:04 gcampax