I'm using Shaarli v0.13.0. The issue was also present on v0.12.*.
I've got tags with french characters, such as éditeur. Renaming this tag fails, both when using admin/tags and tags/list.
The issue seems to come from $this->container->bookmarkService->search() that don't return any bookmarks when matching for a tag with accentuated characters in the name.
Thank you for your work.
I'm using Shaarli v0.13.0. The issue was also present on v0.12.*.
I've got tags with french characters, such as
éditeur. Renaming this tag fails, both when usingadmin/tagsandtags/list.The issue seems to come from
$this->container->bookmarkService->search()that don't return any bookmarks when matching for a tag with accentuated characters in the name.Thank you for your work.