FoundatioFx / Foundatio.Parsers

A lucene style query parser that is extensible and allows modifying the query.
https://www.nuget.org/packages/Foundatio.Parsers.LuceneQueries/
Apache License 2.0
66 stars 19 forks source link

Fixed a bug where aggs couldn't be validated. #83

Closed niemyjski closed 2 weeks ago

niemyjski commented 2 weeks ago

The tests failed due to the visitor running as part of parse. This visitor mutates the node and thus fails on second pass of getting validation.