m-ld-js icon indicating copy to clipboard operation
m-ld-js copied to clipboard

Extend json-rql support

Open gsvarovsky opened this issue 5 years ago • 2 comments

Improve syntax support

  • [ ] inline filters
  • [x] comparison operators
  • [x] @construct
  • [x] filters
  • [ ] ordering
  • [ ] paging (limit & offset)
  • [x] @values
  • [ ] @exists (requires graph expression)

gsvarovsky avatar Oct 09 '20 06:10 gsvarovsky

Waiting for https://github.com/beautifulinteractions/node-quadstore/pull/106

gsvarovsky avatar Oct 12 '20 12:10 gsvarovsky

Support for results ordering would certainly be useful, especially as the number of results grows. The same applies to pagination, to reduce the volume of data transferred in query responses, and the development effort required in the application incorporating m-ld.

mcalligator avatar Aug 11 '22 10:08 mcalligator