diff --git a/app/views/search/controller.js b/app/views/search/controller.js index c3c2255..fbd7b54 100644 --- a/app/views/search/controller.js +++ b/app/views/search/controller.js @@ -6,7 +6,6 @@ export class SearchController extends ViewController { // which stores state in this.appState and the view controller's state to this.state super(state, i18n, 'search', { lastSearch: '', - expandSearchOptions: false, searchSource: 'inventaire', searchBy: 'title', done: true, diff --git a/app/views/search/index.js b/app/views/search/index.js index d22280f..475496c 100644 --- a/app/views/search/index.js +++ b/app/views/search/index.js @@ -44,91 +44,76 @@ export const searchView = (state, emit, i18n) => { `, // Search Options Section - html`
-
-
-

Search Options

-
-
- -
-
- + +
`, // Search Results section