You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
online-auciton-scala's version of the Search service is not as complete as the java equivalent in online-auction-java. For starters: there's no UI.
As raised in #68, there was a runtime issue fixed in #72. But #72 exposed another runtime issue:
$ curl -d'{"keywords":"chair","maxPrice":10, "currency":"USD"}' -X POST -H "Content-Type: application/json" "http://localhost:9000/api/search?pageNo=1&pageSize=10"
returns:
{"name":"UndeserializableException","detail":"{\"error\":{\"root_cause\":[{\"type\":\"parsing_exception\",\"reason\":\"[itemStatus] query malformed, no start_object after query name\",\"line\":1,\"col\":63}],\"type\":\"parsing_exception\",\"reason\":\"[itemStatus] query malformed, no start_object after query name\",\"line\":1,\"col\":63},\"status\":400}"}
The text was updated successfully, but these errors were encountered:
online-auciton-scala
's version of the Search service is not as complete as the java equivalent inonline-auction-java
. For starters: there's no UI.As raised in #68, there was a runtime issue fixed in #72. But #72 exposed another runtime issue:
returns:
The text was updated successfully, but these errors were encountered: