ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

#1811 - Filter filename/scan name by like names instead of exact match #1812

Closed emimaesmith closed 5 years ago

emimaesmith commented 5 years ago
Checklist

Affected app(s)

ingest

Description of change

Updated the /ingests?file_name=xxxx and /scans?name=xxx from file_name__in/name__in in order to allow for partial matching of file_name/name. Completes API updates required for https://github.com/ngageoint/scale-ui/issues/355

cshamis commented 5 years ago

Double check with Clint. Combining with a date might negate the index performance. Might not.

On Oct 28, 2019, at 7:32 AM, Jonathan Meyer notifications@github.com wrote:

 @gisjedi requested changes on this pull request.

This is a great change. Can we ensure that the model has an index on file_name that supports the LIKE operator. I want to say its a tri-gram index, but it's been awhile.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.