GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/817
TINKERPOP-1920 Fixed P.within/without() handling for collections
https://issues.apache.org/jira/browse/TINKERPOP-1920
Made the logic the same as what we have in Java currently for `P.within()`
and `P.without()` for handling single collection values. I pretty much just
made this work so open to input from C# experts for a nicer handling of `P`,
but for now in terms of fixing the problem:
Builds with `mvn clean install -pl
:gremlin-dotnet,:gremlin-dotnet-source,:gremlin-dotnet-tests
-DskipIntegrationTests=false`
VOTE+1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1920
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/817.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #817
----
commit 065194814b2eafdb82cba665309ba890d04d96dc
Author: Stephen Mallette <spmva@...>
Date: 2018-03-15T16:19:48Z
TINKERPOP-1920 Fixed P.within/without() handling for collections
----
---