Luca Ongaro

Results 101 comments of Luca Ongaro

Thank you ake, what you say is absolutely true, but I fear that this would make CSS customization a little less straightforward. I'm testing if the changes you propose have...

ake, the change is absolutely trivial, but if there are no measurable benefits (which may not be the case) I personally think that having a meaningful namespace class for the...

Hi @KeKs0r , thanks for opening the issue. Let me think about it and come back to you.

In short, the main challenge is that MiniSearch internally uses short document IDs for various efficiency reasons. Currently, it does not keep a mapping from original ID to short ID...

Hi @rayhsieh , it would definitely be possible to support customization of the BM25 parameters, and it might be offered as a feature in a upcoming release. That said, beware...

That sounds like an interesting case. I personally would like to know more about how MiniSearch performs on non-latin scripts, and I am very interested in hearing feedback on what...

@abastardi @ncphillips @crystalfp if you are ok with a smaller feature set, you can also check out my library https://github.com/lucaong/minisearch I fully understand the `Lunr` design decision, it's a matter...

I am quite confident that this issue with React Native was fixed by this PR: https://github.com/olivernn/lunr.js/pull/361 The PR originally targeted a bug in Safari, and React Native on iOS uses...

Just to add more to this, there is something curious with the "misterious" fixes to this issue. It does not really matter what one does with the expanded term: just...

I think I managed to pinpoint the exact place in `lunr.TokenSet` where the string gets sometimes corrupted in Safari: https://jsfiddle.net/egLzL24L/77/ (see line 38 and relevant comment) Which corresponds to this...