Daniele Fedeli

Results 16 comments of Daniele Fedeli

@micheleriva May I start developing the plugin?

With type string ```javascript { type: "object", properties: { msg: { type: "string", const: "hello world" }, } } ``` With enum ``` javascript { type: "object", properties: { msg:...

@micheleriva I have been busy this period, I did not follow Lyra. ~Are hooks integrated?~ I saw that only an insert hook is available. Is it planned to have more...

I am building this as a plugin https://github.com/DanieleFedeli/lyra-advanced-query-plugin For the moment it is pretty raw and It is not published to npm yet.

Hi @mateonunez @micheleriva My previous #36 aimed to resolve this issue as a side effect. In particular, I used a sorted list for numbers (to use range queries), every item...