Connie Leung

Results 45 comments of Connie Leung

Thanks for the findings. I am not sure about the root cause but i can take a look.

Sound like a good idea. When this item kickstarts, please let me take part. thanks.

I am not proficient in OO JS and not sure what inheritance pattern is. I can look it up. I think a new module should be used for version 3.0....

@mikepb If use ES6/Babel/class, tools such as webpack/gulp may be need3ed for trancompilation. That should be consider for build process. @mikepb i have never led in project before and api...

@mikepb I don't understand your previous statement. Care to elaborate?

The stemmer function of Japanese looks like the following: lunr.jp.stemmer = (function() { /* TODO japanese stemmer */ return function(word) { return word; } })(); Could it be the cause...

For Japanese, lunr behaves as exact search instead of index search.

> I have the same problem. Here are few details more from my node.js apprication: > > ``` > import lunr from "lunr"; > require("lunr-languages/lunr.stemmer.support")(lunr); > require("lunr-languages/lunr.multi")(lunr); > require("lunr-languages/lunr.it")(lunr); >...

I have the same issue but I don't understand the explanation of @rachitdhall I want to authenticate by google and use has to input phone number at the same time....

Is there api to clear cookies that store google sign in token, etc?