Robert Sirois
Robert Sirois
#273 #274 #290 #299 ```js function exportIndex(flexSearchIndex) { // https://github.com/nextapps-de/flexsearch/issues/299 // https://github.com/nextapps-de/flexsearch/issues/274 return new Promise((res, rej) => { let pkg = []; const expected = new Set([ "reg", "reg.cfg", "reg.cfg.map",...
We're working on a solution internally at my company. Someone will pull request when it makes it on the top of the to-do stack. In the short term this worked...
There's no license it's just some random code posted on the internet. If we do a pull request it will fall under the FlexSearch license since the code will be...
#273 #274 #290 #299 ```js function exportIndex(flexSearchIndex) { // https://github.com/nextapps-de/flexsearch/issues/299 // https://github.com/nextapps-de/flexsearch/issues/274 return new Promise((res, rej) => { let pkg = []; const expected = new Set([ "reg", "reg.cfg", "reg.cfg.map",...
I can't answer your question specifically but it looks like the docs on NPM have much better information for what you're trying to do: [https://npm.io/package/flexsearch](https://npm.io/package/flexsearch).
This still doesn't appear to be supported (3.0.3)
Ah gotcha. I had tried `allOf` whic didn't work. I'll report back after I try that, thank you.
Thanks @weibell downgrading worked for usage with secrets since I can't use the url method.
@ts-thomas Thanks for all your hard work on this!