Hi All ,

i think this is bug in graph query parser if we pass additional brackets it
throws parser exception and this is blocking our project can anyone suggest
how to handle we are using solr 8.2.
ex:

({!graph from=parentId to=parentId traversalFilter='type:parent'
returnRoot=false}(childId.name:foo))


My use case multiple OR , AND conditions
EX:
({!graph from=parentId to=parentId traversalFilter='type:parent'
returnRoot=false}(childId.name:foo OR child.id:(1 2 4) )) AND ({!graph
from=parentId to=parentId traversalFilter='type:parent' returnRoot=false}
grandchild.id:1)

Reply via email to