rism-digital / muscat

🗂️ A Rails application for the inventory of handwritten and printed music scores
http://muscat-project.org
34 stars 16 forks source link

Marc Import collates accented chars #153

Closed xhero closed 1 year ago

xhero commented 9 years ago

For example: adding a 240 $a "Légende" the import find_by will match "Legende" so the auth file is not created. Collations should be disabled?

lpugin commented 9 years ago

Yes, I should be disabled

xhero commented 8 years ago

We can disable totally collations setting it to uft8_bin, so only binary matching will be made. But this means we completely loose any special character matching. Alternatively (maybe?) we can set the COLLATE option only when we do import of marc records to force binary matching in that case and leave uft8_general_ci for the rest.

lpugin commented 8 years ago

I would change it only for import, if this is possible.

xhero commented 8 years ago

Moving to 3.6, this will include a bigger fix for autocompletes

lpugin commented 8 years ago

@xhero what is the status of this? Didn't we give up?

xhero commented 8 years ago

We did give up, but I would like to have the ticket to track the problem