-
Notifications
You must be signed in to change notification settings - Fork 1
Change query input enconding #1
Copy link
Copy link
Open
Labels
effort: hoursgood first issue 👍Good for newcomersGood for newcomerspriority: medium (3)Medium-priority issue that needs to be resolvedMedium-priority issue that needs to be resolvedtype: enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
effort: hoursgood first issue 👍Good for newcomersGood for newcomerspriority: medium (3)Medium-priority issue that needs to be resolvedMedium-priority issue that needs to be resolvedtype: enhancementNew feature or requestNew feature or request
Encoding the query JSON with
__!_and__#_is not valid for production. We should investigate how to correctly escape"and'characters and if it is not possible to escape it would be probably better to just use an URL encoder (ex: https://meyerweb.com/eric/tools/dencoder/ ) as an encoding algorithm.