jellyfin / jellyfin-plugin-anidb

This plugin adds the metadata provider for aniDB to Jellyfin
GNU General Public License v2.0
33 stars 13 forks source link

Search should match on exact titles first #20

Open winterbird-code opened 2 years ago

winterbird-code commented 2 years ago

It seems that this plugin likes to match the longest title containing the search words.

Some examples:

and so on. I think the matching logic would get much better if it first attempted to find an exact match before attempting current logic.