You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2017/03/29 18:32:41 UTC

[jira] [Closed] (TINKERPOP-1625) Improvements to has() related steps

     [ https://issues.apache.org/jira/browse/TINKERPOP-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko A. Rodriguez closed TINKERPOP-1625.
-----------------------------------------
    Resolution: Fixed
      Assignee: Marko A. Rodriguez

> Improvements to has() related steps
> -----------------------------------
>
>                 Key: TINKERPOP-1625
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1625
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.3
>            Reporter: stephen mallette
>            Assignee: Marko A. Rodriguez
>
> A number of issues related to {{has()}} prefixes steps:
> * Review {{has()}} for missing tests. {{hasKey}} for example has no tests
> * Improve documentation for {{has}} in general. The short descriptions are confusing and don't always make usage clear. 
> ** Example: "hasKey(keys...): Remove the traverser if its property does not have any of the keys." - not clear that this means {{g.V().properties().hasKey("name")}} and not {{g.V().properties().hasKey("location")}}
> * Ensure consistency in the parameter names
> ** Example: {{hasKeys(keys...)}} is referenced in the docs, but in the code it is: {{hasKey(label, otherLabels)}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)