basic topic searching via search bar working

This commit is contained in:
Julian Lam
2014-08-27 15:25:02 -04:00
parent df5283cbae
commit cd10248226
4 changed files with 72 additions and 11 deletions

View File

@@ -508,7 +508,7 @@ var async = require('async'),
term: term
}, callback);
} else {
callback(undefined, []);
callback(new Error('no-plugins-available'), []);
}
};