We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21385a3 + b8c6790 commit b6c770fCopy full SHA for b6c770f
docs/contents/nest/writing-queries.markdown
@@ -28,8 +28,8 @@ Or if using the object initializer syntax:
28
## Raw Strings
29
Although not preferred, many folks like to build their own JSON strings and just pass that along:
30
31
- .QueryRaw("\"match_all\" : { }")
32
- .FilterRaw("\"match_all\" : { }")
+ .QueryRaw(@"{""match_all"": {} }")
+ .FilterRaw(@"{""match_all"": {} }")
33
34
NEST does not modify this in anyway and just writes this straight into the JSON output.
35
0 commit comments