not-nexus / shelf

REST API for AWS S3 meant to be an interface to immutable artifact storage.
MIT License
8 stars 3 forks source link

Searching a path will also match an artifact of the same name #63

Closed kyle-long closed 7 years ago

kyle-long commented 8 years ago

If I have two artifacts

/artifact/test
/artifact/test/hello

If you search at

/artifact/test/_search

It will find both artifacts. I don't believe it should find the first.

GoogilyBoogily commented 7 years ago

Fixed in c389d17539a82f7c7eac0644b8e3f2555504e4ac.