SynBioHub / synbiohub

Web application enabling users and software to browse, upload, and share synthetic biology designs
https://wiki.synbiohub.org
BSD 2-Clause "Simplified" License
73 stars 23 forks source link

Large collections hanging on dev #543

Closed 3ach closed 6 years ago

3ach commented 6 years ago

The AJAX request is failing on dev -- but is working on @cjmyers localhost with iGem data and on the reference instance.

3ach commented 6 years ago

The sort ordering query was taking too long. @cjmyers reverted the change, need to figure out a way to do proper secondary sort.

cjmyers commented 6 years ago

Seems to be an issue with str before lcase. However, swapping them makes concat not work. However, this is only needed due to the name being "empty" issue. I'm going to close this though, as that is not essential, and it is working now.