Closed LucidSage closed 4 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
@ejsmith Thanks for the quick turn around on that! When can we expect that fix to show up in NuGet? Just trying to plan whether we need to use our own fork as a stop gap so any rough guess on this would be helpful :)
@LucidSage we aren't ready to push new official releases just yet, but it won't be too long. In the meantime, you can use the https://feedz.io packages by adding a nuget source like here: https://github.com/FoundatioFx/Foundatio.Parsers/blob/master/NuGet.config
@ejsmith That works for me! Thanks again for the help :)
Currently a query like "NOT someField:(stuff)" will get transformed into "someField:(stuffNOT )", which is causing issues in our system. TermNode does not have this behavior. This change keeps the ToString behavior consistent between TermNode and GroupNode (as well as fixing a bug).