Skip to content

Changes

Summary

  1. fixed that "condition" query param could not be provided as form field (commit: a8c3033) (details)
  2. enhanced documentation, adding the "condition" for POST search (commit: dc39a28) (details)
Commit a8c30334aed44a63c4332370c1a44bb983f2ed49 by Thomas Jaeckle
fixed that "condition" query param could not be provided as form field

* which prevented long conditions to be used via POST /search/things

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(commit: a8c3033)
The file was modified edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java (diff)
The file was modified gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/RootRouteHeadersStepBuilder.java (diff)
The file was modified gateway/service/src/test/java/org/eclipse/ditto/gateway/service/endpoints/routes/thingsearch/ThingSearchRouteTest.java (diff)
The file was modified gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/thingsearch/ThingSearchRoute.java (diff)
Commit dc39a289ff3b540e209a16c2d0a8f040b8b76073 by Thomas Jaeckle
enhanced documentation, adding the "condition" for POST search

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(commit: dc39a28)
The file was modified documentation/src/main/resources/openapi/ditto-api-2.yml (diff)
The file was addeddocumentation/src/main/resources/openapi/sources/schemas/properties/searchConditionProperty.yml
The file was modified documentation/src/main/resources/openapi/sources/paths/search/things.yml (diff)