Skip to content

Instantly share code, notes, and snippets.

@ODataTeam
Created July 5, 2014 14:52
Show Gist options
  • Save ODataTeam/1f53892fc1c76aed9d7b to your computer and use it in GitHub Desktop.
Save ODataTeam/1f53892fc1c76aed9d7b to your computer and use it in GitHub Desktop.
Search Query option node demo for $search=a AND b
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