Fix search box to return better results

This commit is contained in:
Andrew Miner
2017-07-11 09:58:56 -07:00
parent 33479051c8
commit ccb2cad516
2 changed files with 8 additions and 7 deletions
@@ -55,7 +55,7 @@ module.exports = class HeaderController extends BaseController
@_selector.launch hint
.then (item)=>
if not item?
tracker.trackEvent c.tracking.category.search, 'cancel', item.slug
tracker.trackEvent c.tracking.category.search, 'cancel'
return
tracker.trackEvent c.tracking.category.search, 'complete', item.slug