CK-Yong / gaip-net

Library for implementing Google Api Improvement Proposals in C#
MIT License
2 stars 1 forks source link

Fixed HAS operator behaviour for MongoFilterAdapter #40

Closed CK-Yong closed 2 years ago

CK-Yong commented 2 years ago

Fixes issues with working with nested fields. Behaviour is now in accordance with https://google.aip.dev/160#has-operator

This resolves #33 and #13