Nekos-moe / api

https://docs.nekos.moe/
MIT License
37 stars 7 forks source link

Bug filtering tags with hyphen #18

Closed Pepijn98 closed 2 years ago

Pepijn98 commented 2 years ago

Trying to filter out images with the off-shoulder shirt tag by using -"off-shoulder shirt" but it seems at https://github.com/Nekos-moe/api/blob/master/api/v1/routes/ImageSearchPOST.js#L69 all hyphens are being replaced and not just the first. This is the same for other tags with a hyphen in them and makes it impossible to filter out images with such tags.

brussell98 commented 2 years ago

Fixed