-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
Avoid slicing a string in DocParsingError #1339
Comments
fmassot
changed the title
Avoid slicing a string
Avoid slicing a string in DocParsingError
Apr 14, 2022
The version for those line numbers would be Lines 402 to 412 in bb5254d
|
waywardmonkeys
added a commit
to waywardmonkeys/tantivy
that referenced
this issue
Sep 26, 2022
fulmicoton
pushed a commit
that referenced
this issue
Sep 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Done here: https://github.com/quickwit-oss/tantivy/blob/main/src/schema/schema.rs#L402-L412
Better with
invalid_json.chars().take(20)
:)The text was updated successfully, but these errors were encountered: