Skip to content

Searchbox autoenable #176

@pixelipo

Description

@pixelipo

It seems that we are using a hack to show force display #searchbox:
https://github.com/nextcloud/deck/blob/master/css/style.css#L57

From what I could tell, this tag is hidden by hasFilter in core search.js:
https://github.com/nextcloud/server/blob/master/core/search/js/search.js#L383

Mail app is defining this method:

setUpSearch: function() {
	SearchProxy.setFilter(require('search').filter);
}

which seems to do the trick.

I'm not too familiar with Deck's JS just yet to figure out where to implement this. @juliushaertl could you give me some hints?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions