cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

String search, limited by property URN, does not work #58

Closed Eumaeus closed 7 years ago

Eumaeus commented 7 years ago

myRepository.stringContains(Cite2Urn("urn:cite2:hmt:msA.v1.siglum:"),"msA", true) throws this error:

java.lang.IllegalArgumentException: requirement failed: Exception: found 0 match(es) for urn:cite2:hmt:msA.v1.siglum:

(This particular combination of parameters does not seem to be in the tests ;-)

Eumaeus commented 7 years ago

Seems to be the case for numeric searches, too.

neelsmith commented 7 years ago

fixed