Simon Cambier
Simon Cambier
I'll add a setting to make indexing of excalidraw files an opt-in, as a quick fix. And increasing memory limit in Electron seems to be quite fiddly, if not straight...
If you update Omnisearch, I added a (hidden) setting `excalidrawIndexing`. You can modify it in `yourvault\.obsidian\plugins\omnisearch\data.json`. If you can confirm it "solves" the freeze at startup I'll add a toggle...
Ok so the crash happening while indexing an excalidraw file was just a coincidence. It's possible that your vault is somehow too large for Omnisearch; or actually, Omnisearch's RAM consumption...
> Is this normal? I have 'bout 700+ md files, and 3000 files at all. Not the same problem, as it looks like Omnisearch is correctly indexing your files. If...
@Mahgozar I have recently updated the cache loading mechanism. Does this issue still persist?
`ext:` and `path:` are meant to restrict the number of results, they're not really part of the query
Omnisearch will find and rank files based on search tokens. Additional fields like `ext:` or `path:` only refine those results. If you specify only e.g. `path:`, there's no result to...
I can take a look to see how it performs (in terms of speed and quality) just out of curiosity, but unless I'm blown away by the results, there's little...
Thanks for those comments and clarifications. From your README: > In its default configuration (uFuzzy) is likely a poor fit for applications like spellcheck **or fulltext/document search**. For context, fulltext...
This has already been requested in #123, and while I'm not strictly against the idea, I don't know how to efficiently integrate a recency weight into the algorithm.