Skip to content

Tags: jhult/inko-tantivy

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jhult Jonathan Hult
test: fix flaky and failing integration tests

- Add id field to custom schemas (required for search results)
- Fix case-sensitive error message checks in security tests
- Accept 0+ results for autocomplete/did-you-mean (tokenized fields)
- Fix over-10MB validation test (10,500,000 > 10,485,760 limit)
- Use approximate float comparisons in rate limiter tests
- Fix c_pointer_to_string_checked truncation expectation
- Cap search limit to MAX_SEARCH_LIMIT (10000)
- Accept Ok or Error for empty query search
- Fix memory leak tests to use temp_index_path helper
- Simplify oversized schema test to test double-open behavior

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jhult Jonathan Hult
Initial public commit