marl / jams

A JSON Annotated Music Specification for Reproducible MIR Research
ISC License
186 stars 26 forks source link

added type check in search re.match #146

Closed bmcfee closed 7 years ago

bmcfee commented 7 years ago

This PR fixes a type error in search when the target field is not a string but the query is. Originally reported as #145.

New test case was added to cover this issue, so I think this is good to go.


This change is Reviewable

urinieto commented 7 years ago

Great, looking good!