simon987
simon987
Thanks @rickcecil I'll try to integrate it to the docs when I have time
Hi, could you provide a sketch or a description of how that would look like visually within the sist2 web UI? I'm not sure I understand
Fixed in c18557e360b30f6bba5c1c767ac30aab23185dda, will be included in the next update 2.13.0
> I can provide such translation if you still don't have it, just let me know. We don't have polish yet feel free to create a PR for this !...
That's okay, you can create a fork under your account and try again with `https://github.com/MarioSob/sist2` instead If that doesn't work you can also just email me the modified messages.ts file...
Much appreciated @MarioSob. I added the changes in https://github.com/simon987/sist2/commit/41ef94062347f5394f62d675987247d31b3923a4
No promises but I will attempt to make fully-embedded search index with SQLite FTS5 work. If it does work, the web server could run with only ~100mb or ram
> With SQlite, keeping the search engine and the sist2 index in sync will be a lot easier. (Maybe there is no need for a sist2 index anymore) You will...
Feel free to create a PR!
Hi, by default sist2 indexes the first 32kb of text, you can increase the value with --content-size. This is probably why you're seeing a difference. On Thu, Jul 6, 2023,...