gwu-libraries / obento

Bento Box style search results page
MIT License
8 stars 1 forks source link

Improve technical implementation of Did You Mean #379

Open kerchner opened 8 years ago

kerchner commented 8 years ago

Consider options discussed:

  1. Placing <div> tag in index.php and home.html, jQuery in bestbets.html updates the tag with data, or:
  2. Create another view that avoids making a new call to Summon; uses did-you-mean value already retrieved by previous call (best bets?) within the same user query.
kerchner commented 8 years ago

And see comments in https://github.com/gwu-libraries/obento/pull/374