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

Unified search implementation (Nextcloud 20) #84

Open
cweiske opened this issue Jan 17, 2021 · 5 comments
Open

Unified search implementation (Nextcloud 20) #84

cweiske opened this issue Jan 17, 2021 · 5 comments

Comments

@cweiske
Copy link
Collaborator

cweiske commented Jan 17, 2021

Search does not work anymore with Nextcloud 20, because that version shipped a new search concept and API.

https://docs.nextcloud.com/server/stable/developer_manual/digging_deeper/search.html

Grauphel needs to implement that.

@MorrisJobke
Copy link

Just because I noticed it: do you mind to wrap the OC.search call inside an if statement. It seems to crash other JS execution otherwise on NC 20+.

if (OC.search !== undefined) {
    OC.search. ...
}

cweiske-mirror pushed a commit that referenced this issue Jan 22, 2021
@cweiske
Copy link
Collaborator Author

cweiske commented Jan 22, 2021

@MorrisJobke grauphel 0.7.6 fixes the javascript problem for nextcloud 20.

@grosjo
Copy link
Owner

grosjo commented Jan 3, 2022

Please kindly test with version 1.0.4

@grosjo grosjo removed the help wanted label Jan 3, 2022
@grosjo
Copy link
Owner

grosjo commented Jan 6, 2022

Please check with version 1.0.6

@ramcq
Copy link
Contributor

ramcq commented Aug 31, 2023

#101 might help - at least it's a basic start and stops Grauphel from disrupting other search providers.

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

No branches or pull requests

4 participants