-
Similar to Cypher CREATE. See [RQL documentation](https://cubicweb.pages.logilab.fr/cubicweb/book/annexes/rql/index.html).
-
I am getting parser errors testing some of the valid RQL examples here: https://github.com/jirutka/rsql-parser.
```
director.lastName==Nolan;year=ge=2000
```
"Illegal character in query string enco…
-
Hello! I'm trying to use the OpenAPI 3.0 spec to document an API that supports a subset of the [Resource Query Language (RQL)](https://github.com/persvr/rql#rql-rules). However, because this query s…
-
Longer term thingy.
Some lose notes:
- `find({ rql: q => q.eq('userId', userId) })`
- Also for the `contains` / `and` / .... rql operators:
- `query.contains('enlistment', subQuery => subQuery…
-
When running rql_test sometimes the `split` function gets stuck and gets to a point of out of memory.
After a lot of debugging i found out that the way the `equalExp` function implemented is wrong.
…
-
Hello,
I'm using your library in a C# REST Api, using a SQL database (SQL SERVER).
I can't find in your documentation how to translate an RQL Expression from your library into a WHERE clause in SQL …
-
## Documentation link
In the RQL search example in the API docs, we use an old example of RQL resulting in an error.
## Describe the problem
The provided example RQL is in the old format and g…
-
Improve syntax support
- [ ] inline filters
- [x] comparison operators
- [x] `@construct`
- [x] filters
- [ ] ordering
- [ ] paging (limit & offset)
- [x] `@values`
- [ ] `@exists` (requires g…
-
-
Currently, the WoT ThingModel is only taken into account when creating new Things in Ditto. In this case, a JSON skeleton of the Thing based on the WoT TM is created.
Over time, a WoT ThingModel mi…