Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accuracy/correctness of SmartNews commands is bad #324

Open
gcampax opened this issue Apr 30, 2021 · 1 comment
Open

Accuracy/correctness of SmartNews commands is bad #324

gcampax opened this issue Apr 30, 2021 · 1 comment
Assignees
Labels
bug P3 Nice to have, not working on it for now release: main Issues that affect devices in the "main" release

Comments

@gcampax
Copy link
Contributor

gcampax commented Apr 30, 2021

"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 gcampax added bug release: main Issues that affect devices in the "main" release labels Apr 30, 2021
@gcampax gcampax added this to the Almond 2.0 Beta milestone Apr 30, 2021
@gcampax gcampax self-assigned this Apr 30, 2021
@gcampax gcampax removed this from the Almond 2.0 Beta milestone Apr 30, 2021
@gcampax
Copy link
Contributor Author

gcampax commented Apr 30, 2021

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

@nrser nrser added the P3 Nice to have, not working on it for now label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P3 Nice to have, not working on it for now release: main Issues that affect devices in the "main" release
Projects
None yet
Development

No branches or pull requests

2 participants