mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Auto-load serach results
This commit is contained in:
parent
c92ab3a589
commit
ddd90a4aaf
9 changed files with 804 additions and 763 deletions
|
@ -13,13 +13,6 @@ import Route from '@ember/routing/route';
|
|||
import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';
|
||||
|
||||
export default Route.extend(AuthenticatedRouteMixin, {
|
||||
queryParams: {
|
||||
filter: {
|
||||
replace: true,
|
||||
refreshModel: false,
|
||||
}
|
||||
},
|
||||
|
||||
activate() {
|
||||
this.get('browser').setTitle('Search');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue