Adrian
Adrian
Hello, I am using cbl_flutter 3.0.0. I wanted to try out the Full Text Search. I used the following query: ``` final q = await mydb.createQuery(''' SELECT * FROM _...
Hi @blaugold thanks for your suggesting. With your code it works. To explain my scenario I get an exisiting db, where the index already exists. I had a look inside...
Hi, thanks for your quick response. I will get back to you as soon as I have the answer, since I didn't create the DBs myself.
Hi @blaugold so it turns out, the indices in the DBs were created in a deprecated way. When they are created with the latests native lib, they also work with...