NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Case-Insensitve Wildcard Matching for DB Queries #297

Closed collinss-jpl closed 2 years ago

collinss-jpl commented 2 years ago

🗒️ Summary

Small update to DOI transaction database code to convert usage of GLOB SQLite statement to LIKE so wildcard searches are case-insensitive by default.

⚙️ Test Data and/or Report

Added unit tests to existing suite to test case-insensitive wildcard search tox.log

♻️ Related Issues

Resolves #223

collinss-jpl commented 2 years ago

@nutjob4life If there were no other concerns on your part, would you mind approving this? Would like to get this merged before I push something else up

nutjob4life commented 2 years ago

@collinss-jpl approved, merged, branch deleted, etc.