Skip to content
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

Bug avec les titres contenant des guillemets anglais (" ") #25

Closed
EEXNTISO opened this issue Mar 8, 2023 · 4 comments
Closed

Bug avec les titres contenant des guillemets anglais (" ") #25

EEXNTISO opened this issue Mar 8, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@EEXNTISO
Copy link
Contributor

EEXNTISO commented Mar 8, 2023

https://www.lemonde.fr/idees/article/2023/03/08/la-fameuse-amitie-sans-limites-decretee-par-poutine-et-xi-a-trouve-ses-limites-et-elles-ne-jouent-pas-pour-la-russie_6164570_3232.html
« La fameuse “amitié sans limites” décrétée par Poutine et Xi a trouvé ses limites, et elles ne jouent pas pour la Russie »

Une fois rentré dans Europresse le titre devient :
TEXT= La fameuse amitié ! limites décrétée @ Poutine Xi a trouvé ses limites elles ne jouent pas pour la Russie
Aucun résultat.

@lovasoa lovasoa added the bug Something isn't working label Mar 10, 2023
@bgrenet
Copy link
Contributor

bgrenet commented Jun 29, 2023

It is probably enough to add the line

.replace(/[^a-zA-Z0-9]/g, '')

between lines 7 & 8 of europress_search.js.

@lovasoa
Copy link
Owner

lovasoa commented Jun 29, 2023

Est-ce que vous voulez faire une pull request ?

@bgrenet
Copy link
Contributor

bgrenet commented Jun 29, 2023

Je vais d'abord tester... mais oui ensuite je ferai ça !

(Et je ne sais pas bien pourquoi j'ai écrit en anglais le message précédent...)

lnoss added a commit to lnoss/ophirofox that referenced this issue Jan 26, 2024
Also conserve combining characters, that are characters that are intended to modify other characters.

Close Bug avec les titres contenant des guillemets anglais (" ")  lovasoa#25
lovasoa pushed a commit that referenced this issue Jan 26, 2024
Also conserve combining characters, that are characters that are intended to modify other characters.

Close Bug avec les titres contenant des guillemets anglais (" ")  #25
@lnoss
Copy link
Contributor

lnoss commented Jan 29, 2024

De même, ce ticket peut être fermé.

@lovasoa lovasoa closed this as completed Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants