Created
July 5, 2014 14:52
-
-
Save ODataTeam/1f53892fc1c76aed9d7b to your computer and use it in GitHub Desktop.
Search Query option node demo for $search=a AND b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SearchQueryOption | |
Expression = BinaryOperatorNode | |
OperationKind = BinaryOperatorKind.And | |
Left = SearchTermNode | |
Text = a | |
Right = SearchTermNode | |
Text = b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment