Simon Cambier
Simon Cambier
I know basically nothing about CJK languages, so what does this plugin bring over [this one](https://github.com/aidenlx/cm-chs-patch)? I could integrate it into Omnisearch as long is it provides a function that...
Thanks for that very complete answer :) From what I see and understand, the plugin obisian-fuzzy-chinese implements its own indexing logic that's quite different than Omnisearch's tokenizer. Omnisearch works by...
So. From what I understand, obsidian-fuzzy-chinese could work with cm-chs-patch, which is used into Omnisearch's tokenizer. The basic search flow would be : - Type query with pinyin "words" -...
Omnisearch does a token-based search, and the url `https://foo.bar/baz` is actually read as `https foo bar baz`. The highlighting reflects that. Though I understand how it can be unexpected with...
This is now deployed in the 1.19.0-beta.1 version (if you use [BRAT](https://github.com/TfTHacker/obsidian42-brat)). I'll probably push it on the main branch within 2 weeks. You'll also need to clear your Omnisearch...
Nope, no change since the update that included this feature 🤔 
To reproduce: - Modify an indexed document outside of Obsidian - Rename it outside of Obsidian - Switch back to Obsidian and open Omnisearch
It seems I can't reproduce it anymore. Is this bug still present?
Sure thing :) Thanks for making me look, it's probably easier than I initially thought. ## 1) Match an Omnisearch result with a block or a heading on the relevant...
I've published a version [1.22.0-beta.1](https://github.com/scambier/obsidian-omnisearch/releases/tag/1.22.0-beta.1) last week that should improve the general highlighting.