At point 6 of the README "Include/Exclude semantics" paragraph it is stated that
If the same field is present in both include and exclude, it should be included.
Does this mean that specifying only include=<field> and exclude=<field> is equivalent to specifying only include=<field>, so that all other fields should be excluded, or that all fields including should be included in the response?
At point 6 of the README "Include/Exclude semantics" paragraph it is stated that
Does this mean that specifying only
include=<field>andexclude=<field>is equivalent to specifying onlyinclude=<field>, so that all other fields should be excluded, or that all fieldsincludingshould be included in the response?