We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that we are using a hack to show force display #searchbox: https://github.com/nextcloud/deck/blob/master/css/style.css#L57
#searchbox
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
hasFilter
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.
The text was updated successfully, but these errors were encountered:
Not entirely sure, but i think https://github.com/nextcloud/deck/blob/master/js/directive/search.js is the right place. 😉
Sorry, something went wrong.
Fixed with the new search standard.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: