SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

Fix broken ES query #102

Closed yu-eric closed 3 years ago

yu-eric commented 3 years ago

Problem was that the elasticsearch JSON serializer was erroring out because we were passing in a set - JSON only supports lists. No other issues now.