launchpad
launchpad copied to clipboard
Consider surfacing "Did You Mean" suggestion(s) returned by Summon
The Summon API includes (when applicable) a "didYouMeanSuggestions" node in the API response, e.g.
"didYouMeanSuggestions": [
{
"originalQuery": "govrnment",
"suggestedQuery": "government",
"applySuggestionCommand": "setTextQuery(government)"
}
In https://github.com/gwu-libraries/obento/issues/148 we are implementing this in Bento. We plan to present a link to re-run the Bento query using the suggested query term.