oasp-forge / oasp4js-rev

The Open Application Standard Platform for JavaScript
http://oasp.github.io/
0 stars 2 forks source link

No server function for search orderPositions in Kitchen #22

Closed RobertoGM closed 8 years ago

RobertoGM commented 8 years ago

oasp-sample does provide kind of search function that allows to send two parameters (state and sideDishName) and server send back the orderPositions that match that parameters. But does not accept any other parameter, so it is not possible to search for the parameters used in the headers of kitchen tables.

RobertoGM commented 8 years ago

I made kind of workaround to search for ID and offerID. To search for OfferName I had to implement some code into the server function which retrieve orderPositions. I tried to implement some more code to filter mealName and sideDishName too, but did not get results.

RobertoGM commented 8 years ago

I have successfully modified oasp server function to search for all parameters of Kitchen tables.