typesense / typesense-website

Typesense website and documentation | An open source search engine alternative to Algolia, Elasticsearch and Pinecone
https://typesense.org
39 stars 135 forks source link

fix search.md: `synonym_num_typos` type should be integer #264

Closed phiHero closed 1 month ago

phiHero commented 1 month ago

Change Summary

In Typesense v27.0 changelog:

Support synonyms on query prefixes and typo-corrected query tokens via the synonym_prefix and synonym_num_typos parameters. Defaults to synonym_prefix: false and synonym_num_typos: 0.

PR Checklist