OryxProject / oryx

Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning

Home Page:http://oryx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console UI appends path items for empty fields, makes bad request

srowen opened this issue · comments

In the console UI, some inputs have optional fields. The form's /similarity endpoint can take 1 or 2 item IDs. However if only 1 is specified the second will still be appended as an empty string. For some endpoints this causes an error. Empty input fields should not result in appending "/".