We can use AnyAscii to convert 𝕌𝕟𝕚𝕔𝕠𝕕𝕖 𝕋𝕖𝕩𝕥 to ASCII in search indexes. My idea is that we keep the original in the index, but then append the AnyAscii'd text to the index if it's different from the original. This will make search indexes bigger, but it will enable much better search for files that are artistic.
For example:
I 𝓵𝓸𝓿𝓮 cats gets indexed as I 𝓵𝓸𝓿𝓮 cats I love cats
I love dogs gets indexed as I love dogs because the AnyAscii version is the same as the original.
We will not augment search queries, only change the way things are indexed.
We can use AnyAscii to convert 𝕌𝕟𝕚𝕔𝕠𝕕𝕖 𝕋𝕖𝕩𝕥 to ASCII in search indexes. My idea is that we keep the original in the index, but then append the AnyAscii'd text to the index if it's different from the original. This will make search indexes bigger, but it will enable much better search for files that are artistic.
For example:
I 𝓵𝓸𝓿𝓮 catsgets indexed asI 𝓵𝓸𝓿𝓮 cats I love catsI love dogsgets indexed asI love dogsbecause the AnyAscii version is the same as the original.We will not augment search queries, only change the way things are indexed.