mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Stop search view from messing iwht browser history
Fixes #195 Browser back button functions as expected. Will go live in v2.0.3.
This commit is contained in:
parent
fbe353475c
commit
9504a8cf6c
5 changed files with 60 additions and 21 deletions
|
@ -14,12 +14,11 @@ import Controller from '@ember/controller';
|
|||
|
||||
export default Controller.extend({
|
||||
appMeta: service(),
|
||||
|
||||
queryParams: ['filter', 'matchDoc', 'matchContent', 'matchTag', 'matchFile', 'slog'],
|
||||
filter: '',
|
||||
matchDoc: true,
|
||||
matchContent: true,
|
||||
matchTag: true,
|
||||
matchFile: true,
|
||||
slog: false,
|
||||
slog: false
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue