We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ab5cc commit cd298f2Copy full SHA for cd298f2
app/controllers/search.js
@@ -59,6 +59,6 @@ export default class SearchController extends Controller {
59
}
60
61
return yield this.store.query('crate', { all_keywords, page, per_page, q, sort });
62
- }).drop())
+ }).restartable())
63
dataTask;
64
0 commit comments