Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1 - Handle mixed fallbacks better
If we retrieve a place or variable from context and also do place fallback, provide a unified message.
Before this PR we would not report place fallback when we fallback from a place in context. [asthma in california] -> [what about blood pressure?]
Now we'll say,
Tried looking up relevant statistics for "California" based on your prior queries, but found no results. Here are results for "United States" instead.
2 - Avoid duplicate SVs in comparison bar charts
[How long do workers in Maryland live] from earlier today
3 - Avoid bar charts that have no SV in title
These come about because we were expanding a "main SV" even when it doesn't pass existing check, so fix that.
4 - Add fallback info debug page
5 - Exclude more per-capita SVs
This is a temporary thing until we have chart controls for per-capita.