Skip to content

Remove unused code path when constructing SqlQueryStructure for Find API requests #1387

@severussundar

Description

@severussundar

For REST GET requests, filters that are sent in the request body is ignored. Only filters specified in the request URI are considered when constructing the response.
As a result, context.FieldValuePairsInBody is always empty in SqlQueryStructure. So, the code block that iterates through context.FieldValuePairsInBody and populates the predicates can be removed.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions