Skip to content

Commit

Permalink
Merge pull request #54 from CodersTV/fix-search
Browse files Browse the repository at this point in the history
Fix search not showing proper results
  • Loading branch information
gabrielhpugliese committed Mar 29, 2015
2 parents 3f62795 + a338fe9 commit b730102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/lib/controllers/search.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SearchController = CoderListController.extend({
SearchController = RouteController.extend({
template: 'channels',
waitOn: function () {
return Meteor.subscribe('ChannelsSearchWithUsers', this.params.keyword);
Expand Down
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ METEOR_SETTINGS=\$(cat ${APP_DIR}/${APP_NAME}/dev.json) DEBUG=ct:* PORT=80 ROOT_
"

function run {
DEBUG=ct:* mrt run --settings dev.json
DEBUG=ct:* meteor run --settings dev.json
}

function mon {
Expand Down

0 comments on commit b730102

Please sign in to comment.