Nikolai Ryzhikov

Results 55 comments of Nikolai Ryzhikov

I think index in array is quite semantic and could be considered as key. For example i put info about children of person in array in birth-date order and i...

I think path with object keys. Does `jsquery` distincts them? Here is real case: ``` "gender" ( "text" ILIKE "mal%" | "coding".# ( "code" ilike "mal%" | "display" ilike "mal%...

That's ok for `*` semantic :) How about `ILIKE` support in jsquery? We need it for http://www.hl7.org/implement/standards/fhir/search.html - open source implementation of open HealthIT standard. We can little-bit sponsor &...

I also saw `%` and `$` in grammar - what are meaning of them?

@feodor thanks for clarification!

Can the client read a chunked response chunk by chunk?

Hi, we use same convention for dispatch: ```clj (dispatch ::event-key {...}) ;;or in simple case (dispatch ::just-key) ``` internally dispatch will assoc event key into args map Or even go...

yes, we will move it into documentation, because it’s very application specific - how to manage metadata. We are working on fhirpath extension, which will make it easy to implement...