Skip to content

Inconsisten specification of contains #81

Description

@jurajcik

The contains is not defined consistently:

  1. in https://github.com/persvr/rql/blob/master/specification/draft-zyp-rql-00.html#L457 as
    contains(<property>,<value | array-of-values>)
  2. in https://github.com/persvr/rql/blob/master/specification/draft-zyp-rql-00.xml#L185
    contains(<property>,<value | query>)
  3. in README.md
    contains(<property>,<value | expression>)
  4. if I read the implementation correctly https://github.com/persvr/rql/blob/master/js-array.js#L59 it does support query/expression.

Could you pls correct draft-zyp-rql-00.html so that the definition of contains is consistent?
Also does query and expression have interchangeable meaning here? Would be clearer if you sticked to one of them in all documents or at least within the README.md.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions