cozy / cozy-libs

Libraries used to build Cozy products and tools.
MIT License
7 stars 12 forks source link

[PRD-609] fix: Broken file path #2613

Closed paultranvan closed 1 week ago

paultranvan commented 2 weeks ago

With https://github.com/cozy/cozy-libs/pull/2612, we added the possibility to search on path + name by adding the name in the path, at indexing time. This breaks the possibility to open file because the path is not what is expected. So we remove the name from the path after search time.