SOQyT v1.3.1
SOQyT v1.3.1
Bug Fix: NASA Exoplanet Archive Case-Insensitive Search
NEA's Oracle database uses case-sensitive string comparisons by default. Searching for Wasp-36 would not match the stored value WASP-36, silently returning 0 results.
All NEA name comparisons now use UPPER() on both the input and the database column, so any capitalisation — wasp-36, Wasp-36, or WASP-36 — will find results correctly.