Skip to content

1.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 15:38
· 9 commits to master since this release
c8ddf96
Include boolean and numeric fields into the search index. (#14)

This ensures that all of the information in the metadata document is captured.
We take the easy option and just stringify the bools/numbers. We don't support
querying bools/numbers anyway, so no point doing anything special right now.