mountetna / timur

Data browser for biologists
GNU General Public License v2.0
3 stars 6 forks source link

Page size doesn't work on the search page #208

Closed graft closed 5 years ago

graft commented 6 years ago

If you try to set a page size, Timur complains about something involving a string comparison.

graft commented 6 years ago

This turns out to be a problem with the SelectInput component, which returned string values from the html option tag. I amended the component so it returns items from the props.values array instead.

This fixes the search page's page_size option, which produces a valid request to Magma, which successfully returns a search page result.