Skip to content

Bugfix/980/fts argument type - #983

Merged
juliusknorr merged 3 commits into
masterfrom
bugfix/980/fts-argument-type
Apr 10, 2019
Merged

Bugfix/980/fts argument type#983
juliusknorr merged 3 commits into
masterfrom
bugfix/980/fts-argument-type

Conversation

@juliusknorr

Copy link
Copy Markdown
Member

Fixes#980

@daita In case the fulltextsearch app is not enabled i get the following error. For now i worked around by checking the enabled state manually with a68c1e9 but I think it shouldn't fail hard if the app is not enabled:

image

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr

Copy link
Copy Markdown
MemberAuthor

@daita I've added some exception catching but I will still keep the app enabled check to make sure we don't register anything at all.

@ArtificialOwl

Copy link
Copy Markdown
Member

I think that once nextcloud/server#15035 is merged, it would be enough to just check for IFullTextSearchManager->isAvailable() within the registerFullTextSearch

might be overkill, but more exception is still good :)

@juliusknorr

Copy link
Copy Markdown
MemberAuthor

Ok, we can adjust that afterwards. I'll merge this for now so I can push out anther beta. 😉

@juliusknorr
juliusknorr merged commit 50f868b into masterApr 10, 2019
@juliusknorr
juliusknorr deleted the bugfix/980/fts-argument-type branch April 10, 2019 15:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@juliusknorr@ArtificialOwl