launchpad icon indicating copy to clipboard operation
launchpad copied to clipboard

Consider surfacing "Did You Mean" suggestion(s) returned by Summon

Open kerchner opened this issue 9 years ago • 0 comments

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.

kerchner avatar Mar 25 '16 17:03 kerchner