3pCode
Results
2
comments of
3pCode
Below is a reproducer at the native level that illustrates the issue as well: ``` package main import ( "fmt" "io/ioutil" "log" "os" "github.com/cayleygraph/cayley" "github.com/cayleygraph/cayley/graph" _ "github.com/cayleygraph/cayley/graph/kv/bolt" "github.com/cayleygraph/cayley/quad" ) func...
The issue seems to stems from the hasPrimitive, method in indexing.go, when that method iterates over the options array, it is settling on the first matched primitive it receives, however...