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
Look's like there was added 1 too many lines after failed upgrade of Lunr, and that breaks the api and makes openKB crash when using the API.
I think the line containing "lunr_index.add(lunr_doc);" (line 177) should be remove, from my testing it look like it works.
Linkt to the commit that introduced the problem: 7733800#diff-4e8b28a0f7943cb0fe11996dd13fd7df
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Look's like there was added 1 too many lines after failed upgrade of Lunr, and that breaks the api and makes openKB crash when using the API.
I think the line containing "lunr_index.add(lunr_doc);" (line 177) should be remove, from my testing it look like it works.
Linkt to the commit that introduced the problem:
7733800#diff-4e8b28a0f7943cb0fe11996dd13fd7df
The text was updated successfully, but these errors were encountered: