PistoiaHELM / HELMWebEditor

Web browser based editor for drawing HELM macromolecules.
MIT License
18 stars 10 forks source link

Seaching on Symbol or name in the monomer manager returns nothing #174

Closed ClairePA closed 6 years ago

ClairePA commented 6 years ago

If I type the symbol of a monomer that I know exists in the list such as R or A, nothing is shown in the monomer list. The matching monomers should be listed.

Not sure where the issue is, but assigning to Markus to investigate. Please reassign if this is a front end issue.

scilligence commented 6 years ago

Markus,

Here is the GET query sent to the web service. Could you let me know how it should be formatted? Thanks.

Request URL: http://54.91.164.146/HELM2MonomerService/rest/monomer/ALL?limit=10&offset=0&filter=Test&filterField=name&polymertype=&monomertype=&symbo

MarkusWeisser commented 6 years ago

This is the cURL: curl -X GET "http://54.91.164.146/HELM2MonomerService/rest/monomer/ALL?monomertype=Backbone&filter=A&limit=10&offset=0" -H "accept: application/json"

And this is the Swagger example:

grafik

scilligence commented 6 years ago

Fixed in 2018-05-01 update

ClairePA commented 6 years ago

Confirmed fixed. Close.