We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Caractère identifié : <
<
durationInSeconds: 0.0021460669999942184 error: { "error": "syntax error in tsquery: \"<toto\"", "query": "select \"public_appellations_data\".\"ogr_appellation\", \"public_appellations_data\".\"libelle_appellation_long\", \"public_romes_data\".\"libelle_rome\", \"public_romes_data\".\"code_rome\" from \"public_appellations_data\" inner join \"public_romes_data\" on \"public_appellations_data\".\"code_rome\" = \"public_romes_data\".\"code_rome\" where ((\"libelle_appellation_long_without_special_char\" @@ to_tsquery('french', $1) and \"libelle_appellation_long_without_special_char\" ilike $2) or (\"libelle_appellation_long_without_special_char\" ilike $3 and \"libelle_appellation_long_without_special_char\" ilike $4)) limit $5", "params": [ "<toto", "%<toto%", "%<toto%", "%<toto%", 80 ] } message: "SQL ERROR"
J'indique un terme qui contient un caractère spécial qui va jusqu'à la DB.
Le problème ne devrait pas aller au niveau de la DB mais plutot avant en invalidant le champ sans passer par le back
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Le problème
Caractère identifié :
<
👣 Étapes pour reproduire
J'indique un terme qui contient un caractère spécial qui va jusqu'à la DB.
🎯 Comportement attendu
Le problème ne devrait pas aller au niveau de la DB mais plutot avant en invalidant le champ sans passer par le back
The text was updated successfully, but these errors were encountered: