You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The country query link and filter is looking for each individual word in the countrys name instead of the full name. This behaviour gets unwanted results if you look for "United Kingdom" while also having "United States" entries in the database for example.
To Reproduce
Steps to reproduce the behavior:
Have a performer with the country "United Kingdom" and a performer with the country "United States" in your database.
set the filter in the performer tab to "Country includes united kingdom" or click on the flag of the performer.
See the results
This would also be a problem for some other country combinations (Czech Republic, Dominican Republic).
Minor issue but it was the first thing I clicked when trying it out. ;-)
The text was updated successfully, but these errors were encountered:
I was about to say that you need to wrap it in quotes, so instead of United Kingdom, you'd need "United Kingdom", but that just introduces another, more important bug.
Describe the bug
The country query link and filter is looking for each individual word in the countrys name instead of the full name. This behaviour gets unwanted results if you look for "United Kingdom" while also having "United States" entries in the database for example.
To Reproduce
Steps to reproduce the behavior:
This would also be a problem for some other country combinations (Czech Republic, Dominican Republic).
Minor issue but it was the first thing I clicked when trying it out. ;-)
The text was updated successfully, but these errors were encountered: