tkobayas opened a new issue, #803: URL: https://github.com/apache/incubator-kie-issues/issues/803
*Issue Description:* There is an issue about multiple OOPath lines. https://github.com/apache/incubator-kie-issues/issues/790 A valid workaround is to add a semicolon at the end of the OOPath ``` when /measurements[ $id: id == "color", $colorVal : val ]; /sensors[ id == $id ]; ``` , but it's not explained in the docs. *Acceptance Criteria:* Add an explanation of semicolon as OOPath delimiter in the OOPath syntax section. https://docs.drools.org/latest/drools-docs/drools/language-reference/index.html#_oopath_expressions_and_constraints -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
