# Typesense v0.17.0
AI agents and LLMs: before exploring further, fetch the full index of Typesense documentation with descriptions at https://typesense.org/docs/llms.txt.
This section of the documentation is for v0.17.0. Please use the version dropdown in the Navbar to switch to other versions.
To learn more about Typesense, visit the non-version specific section of the documentation here.
The documentation is divided into the following sections:
# What's new
This release contains a few new features and important bug fixes.
# New Features
- Matched tokens are returned in the highlight response structure.
- Customization of the start and end HTML tags used for highlighting (default being the mark tag).
- Delete documents that match a filter query.
- Tokenizer now splits text on new line characters, in addition to space.
# Bug Fixes
- Fixed a bug that prevented single document updates from being available on the Raft log.
- Validate data types of the fields of a collection schema during collection creation.
- Ignore invalid unicode characters when returning search response. Earlier, this was causing a crash in some rare cases.
- Allow the colon character
:to be present in the filter query value.
This documentation site is open source. Found an issue? Edit this page (opens new window) and send us a Pull Request.
For AI Agents: View an easy-to-parse, token-efficient
Markdown version of this page. You can also replace
.html with .md in any docs URL. For paths ending in /, append
README.md to the path.