Skip to content
New issue

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

Adjust app to NC 20 and unified search #1171

Closed
raimund-schluessler opened this issue Aug 4, 2020 · 2 comments · Fixed by #1202
Closed

Adjust app to NC 20 and unified search #1171

raimund-schluessler opened this issue Aug 4, 2020 · 2 comments · Fixed by #1202
Labels
Milestone

Comments

@raimund-schluessler
Copy link
Member

With the unified search on NC 20, the old search box is not available anymore. We have to realize filtering differently now.

Also at the moment you get a warning that

[Vue warn]: Error in mounted hook: "Error: searchBox not available"

(found in <Root>) vue.runtime.esm.js:619

but since this warning is issued in https://github.com/nextcloud/server/blob/master/core/search/js/search.js#L62 and you get it in every app using the old search I guess this is a server issue? @skjnldsv

@raimund-schluessler raimund-schluessler added this to the 0.14.0 milestone Aug 4, 2020
@skjnldsv
Copy link
Member

skjnldsv commented Aug 4, 2020

This is fixed already with nextcloud/server#22099
We now warn the deprecation :)

@raimund-schluessler
Copy link
Member Author

Needs clarification from server as how to proceed with content filtering: nextcloud/server#22092 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants