valeriansaliou / node-sonic-channel

🦉 Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.

Home Page:https://www.npmjs.com/package/sonic-channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingesting with LANG(none)

danfo opened this issue · comments

Hi, can we make it possible to ingest with LANG(none)?

if (typeof options.lang === "string" && options.lang.length === 3) {

Allowing { lang: 'none' } would be straight-forward, but I guess { lang: null } would also work.

Already works, you'd pass lang=none.

Ah snap, you're right. Fixing this.

All fixed in v1.2.5. See: https://www.npmjs.com/package/sonic-channel

Thanks for the report!