Skip to content

1.3

Compare
Choose a tag to compare
@RutledgePaulV RutledgePaulV released this 19 Mar 19:00
· 41 commits to develop since this release
  • Added support for visitors that must maintain contextual information.
  • Added "FieldPath" abstraction for identifying targeted fields on a model, includes capturing information for AST nodes who originated as part of parsing a subquery. This was necessary to fix a bug in the elasticsearch visitor implementation that resulted in incorrect nested queries being generated.
  • Fixed bug in elasticsearch visitor per above ^