-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add Alternative Query Suggestion In No Results Message #1975
Comments
@aaccomazzi @thostetler - User group suggested this for an institution search that returns no results (e.g. Harvard - did you mean Harvard U). Maybe an instutution search that is 1 word could suggest - did you mean "blah U" or "blah Coll" ? |
In the case of the uppercase query, it's easy for the application to detect and provide a suggestion. For the institution query, it's much harder, because I think a suggestion is only useful if it steers the user towards something which produces results. So I think that here we'd need autocomplete. |
@aaccomazzi @csgrant00 how do you guys feel about this? |
Hi Tim, I like it, but why not put it as the first option in the bullet list:
and we would only do this when the input is all uppercase. |
Resolves: adsabs#1975
Resolves: adsabs#1975
We have seen cases where the user enters the query from the classic form with the title in all caps and we end up with a query that looks like this:
In which case no warning is issued (presumably because the field |
When no results are found for a non-fielded query where all the characters are uppercase, we should provide an alternative query to try that is lowercase.
@aaccomazzi are there other cases when this message should show?
The text was updated successfully, but these errors were encountered: