Skip to content

7.16.3

Compare
Choose a tag to compare
@picandocodigo picandocodigo released this 13 Jan 18:07
· 1813 commits to main since this release

API

Bugfix for #1475, an issue where if you indexed a document with an id such as an id, it would get escaped to an+id instead of an%20id when using index or create. This would result in the document id being an+id instead of the intended value an id.