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
Current situation
When searching for a song containing punctuation characters, the search string must match exactly the punctuation characters.
Example
Let's admit that you have a song named L’Hymne à l’amour in your database and you want to search for it.
By entering the search term l'hymne you won't get any result as the punctuation characters in the database are ’ (U+2019) instead of ' (U+0027).
It would be awesome to be able to search with whatever punctuation characters.
For example, the search in Firefox takes that into account. Therefore, when searching for ’ or ', the results are the same.
Added to that, there are other punctuation characters that affect the search: e.g., «, », ”, “, ”, ꞉, :
The text was updated successfully, but these errors were encountered:
Yes, I guess this has relation to #1390, and I imagine the solution here is also some modification of the db collation. However, not sure how to actually do that, much of what is in done in that part of sqlext.c is black magic to me.
@ejurgensen indeed, it is certainly related. I will try to find some more information on how to do that.
So far, my searches have given me no valuable results.
I'll keep you posted.
Current situation
When searching for a song containing punctuation characters, the search string must match exactly the punctuation characters.
Example
Let's admit that you have a song named L’Hymne à l’amour in your database and you want to search for it.
By entering the search term l'hymne you won't get any result as the punctuation characters in the database are
’
(U+2019) instead of'
(U+0027).It would be awesome to be able to search with whatever punctuation characters.
For example, the search in Firefox takes that into account. Therefore, when searching for
’
or'
, the results are the same.Added to that, there are other punctuation characters that affect the search: e.g.,
«
,»
,”
,“
,”
,꞉
,:
The text was updated successfully, but these errors were encountered: