Yi Jia

Results 2 comments of Yi Jia

> @dzango-roshan You need to create your own collection in typesense (with marking facets in it) and point that collection in this integration Do you mean manually create, like: `curl...

Hi @jzrchilel My tmp solution is to skip creating collection anyway, e.g: lib/main.js ` { title: "Create a new Typesense Collection", task: () => typesense.createCollection(options.typesenseCollectionName), skip: () => // skip...