Skip to content

Commit

Permalink
Merge pull request #963 from aholachek/discovery_mediator
Browse files Browse the repository at this point in the history
added back repeated call to navigate to results page for now
  • Loading branch information
aholachek committed Jun 8, 2016
2 parents db60579 + c4169e4 commit 48b195b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/wraps/discovery_mediator.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ define([
app.getObject('AppStorage').setCurrentQuery(null);
}

this.getPubSub().publish(this.getPubSub().NAVIGATE, "results-page");

if (feedback.request && feedback.request.get('target').indexOf('search') > -1 && feedback.query && !feedback.numFound) {
var q = feedback.query;

Expand Down

0 comments on commit 48b195b

Please sign in to comment.