-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search: allow to find exact matches, like title:="Nice" #10699
Comments
Commented by: ronso0 What about |
Commented by: geozubuntu @ ronsoO Unfortunately not at the top or bottom. As I wrote, by sorting the title they appear somewhere in between some hundred others in the starting letter series. For evil it is like: Which is a workaround in my opinion. Difficult to scroll if you have some hundreds of titles containing evil. Anyway, thanks for your time |
Commented by: ronso0 Okay, so sort by title, focus a title cell, press "e". Still just a workaround if you look for that word at the beginning of the title string. |
Commented by: daschuer When you start searching the first time what was your expectation? |
Commented by: geozubuntu Hello Daniel I think the syntax title:"" which returns the empty title tracks is very useful and a correct approach. I think that my preferred syntax would use a placeholder like * which could add versatility and would be very helpful for extensive searches in very big libraries where is difficult to remember the exact titles of all tracks. Thanks again |
Commented by: daschuer That sounds reasonable. However there is an issue is with the two word search. For instance [...Baby One More Time] Will it be a solution for you to search only for entire titles when the string in quotes has no space? |
Commented by: ronso0 Currently, these two yield the same results What about All queries would ignore case and allow pre-appending punctuation (or any character that is not a letter and not a number) |
Commented by: geozubuntu ronso0 hello. Sorry but for me with 2.4-alpha-1132 and 2.4-alpha-1139 on Linux mint 20.3 (focal fossa) title:yeah returns whatever contains yeah in any place in the title, word or string. |
Addressed by #12063: If |
Reported by: geozubuntu
Date: 2022-04-03T12:14:12Z
Status: Confirmed
Importance: Low
Launchpad Issue: lp1967667
OS Linux Mint 20.3 Una (based on Focal Fossa) x64
Mixxx 2.4-alpha-1132-g6de81c8994 (main) with a very big library.
Try to locate a single word track title in library using the search function and will be disappointed.
I would like to find all versions of a song with the title Evil in my library. Not every track containing the word evil in its title but only those which their title is EVIL. I found out that it is almost impossible with the current implementation of search function of Mixxx.
I tried to write in search field the following:
𝐄𝐯𝐢𝐥 returned thousands of titles containing the 𝐬𝐭𝐫𝐢𝐧𝐠 ..evil.. anywhere i.e Evil's or Devil or Neville or Sevilla, and the 𝐰𝐨𝐫𝐝 Evil like ..the Evil prince.. which is normal and expected.
"𝐄𝐯𝐢𝐥" returned the same as above (even if I am not 100% sure since there isn't a counter to know how many results each search returned, (I will submit another (bug) wish for this) but also thousands of titles containing the 𝐬𝐭𝐫𝐢𝐧𝐠 ..evil.. anywhere (I suppose it isn't normal since I used quotes and mixxx should at least exclude words as Devil or Sevilla returning ..Evil eye.. or .. Evil woman .. or any title containing the 𝐰𝐨𝐫𝐝 Evil)
" 𝐄𝐯𝐢𝐥" (leading space), "𝐄𝐯𝐢𝐥 " (trailing space), " 𝐄𝐯𝐢𝐥 " (leading and trailing spaces) much less results but again hundreds, if not thousands of tracks containing this string anywhere. I can't tell if there is a difference (no counter to say how many).
𝐭𝐢𝐭𝐥𝐞:𝐄𝐯𝐢𝐥 and 𝐭𝐢𝐭𝐥𝐞:"𝐄𝐯𝐢𝐥" returned much less results since it looks only in title column but also everything containing the 𝐬𝐭𝐫𝐢𝐧𝐠 ..evil.. i.e Devil, evil woman, evil ways, Sevilla etc. etc. hundreds of tracks, no counter to say which one returned more.
𝐭𝐢𝐭𝐥𝐞:"𝐄𝐯𝐢𝐥 and 𝐭𝐢𝐭𝐥𝐞:𝐄𝐯𝐢𝐥" returned nothing at all which was expected (probably invalid filter since quotes wasn't closed in both cases)
I couldn't find any combination to have only the tracks with the title "Evil" in the library view.🙁
So I was unable to find the tracks with the title "Evil". I figured out that I have 8 tracks with this single word title Evil after sorting the title by clicking on the title and then scroll down to letter E so they were all sorted together. But it is a workaround in my opinion.
So a revision of the search function should be done to address this situation.
Think that you like to find all covers of a song for a show or a podcast...
Thanks in advance
The text was updated successfully, but these errors were encountered: