-
This project is currently using [elasticsearch](https://github.com/elastic/elasticsearch) as a search backend, which depends on jvm and consumes a lot of memory (`>= 256M`), probably we can use an alt…
-
Our schema has a [sqlite FTS5 virtual table](https://www.sqlite.org/fts5.html) (created manually) and we found that when we try to use Ent to create another automatic migration that it fails with the …
eric updated
9 months ago
-
I'm trying to build an online yacc/lex (LALR(1)) grammar editor/tester to help develop/debug/document grammars the main repository is here https://github.com/mingodad/parsertl-playground and the onlin…
-
Thank you for writing this library. It's really neat!
I'm currently trying to debug a performance issue with querying a FTS5 virtual table. This table is populated with 6 million rows of articles t…
-
### Code of conduct
- [X] I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-ios/blob/master/CODE_OF_CONDUCT.md)
### Self-training on how to write a bug repo…
-
When a process is created, once the JSON metadata is fetch by the offchaindatahandler, store title and description of the process into the SQL database.
Then provide two new queries to search by t…
-
**Describe the bug**
sqlite virtual tables do not appear in the table list in Beekeeper's left nav
**To Reproduce**
Using the first example from the SQLite Full Text Search docs here https://ww…
-
I think @lahwaacz suggested looking at [FTS4](https://www.sqlite.org/fts3.html) in sqlite before, and there's even a [FTS5](https://sqlite.org/fts5.html). @haasn suggested the same in IRC, prompting m…
-
Hi,
Im using this to handle error (example of query only, it is not real):
```
try {
await db.rawQuery("SELECT * FROM test_not_exists");
} catch (e) {
return [];
}
```
Error:
`…
-
Docfetcher core library is using Apache Lucene Index and that's the reason it is faster as said in the web-sites.
It would be great if cherrytree uses or implement recent indexing third party libra…