Vladimir M.
07/01/2022, 12:50 PMJason Bosco
07/01/2022, 3:03 PMinfix
as a parameter to typesenseSearchParams
, it also needs to be enabled in the collection schema when the scraper creates the collection.
To do this, you'd have to fork the typesense-docsearch scraper and add infix: true
to the fields you need here: https://github.com/typesense/typesense-docsearch-scraper/blob/a005d7a8bbd45bd71fd3895024f05663e9f797c6/scraper/src/typesense_helper.py#L36-L51
And then run that version of the scraper on your docs site