You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try{consttext='"some"'// a string in double quotes can come from a user inputconstresponse=awaitclient.dangerouslyGetAll({predicates: [prismic.predicate.fulltext('document',text),],})returnresponse}catch(error){console.debug(error)}
What is expected?
I expect the client to return results just like it happens when passing a string with single quotes
What is actually happening?
ParsingError: ']' expected but '[' found on line:1 col:2 in query '[[fulltext(document, ""some"")]]'
[[fulltext(document, ""some"")]]
^
at Client.fetch (file:///Users/.../node_modules/@prismicio/client/dist/client.js:403:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Client.get (file:///Users/.../node_modules/@prismicio/client/dist/client.js:96:12)
at async Client.dangerouslyGetAll (file:///Users/.../node_modules/@prismicio/client/dist/client.js:123:22)
The text was updated successfully, but these errors were encountered:
This issue has been labeled as a bug since it was created using the 🚨 Bug Report Template.
Hi there, thank you so much for the report!
Following our Maintenance Process, we will review your bug report and get back to you next Wednesday. To ensure a smooth review of your issue and avoid unnecessary delays, please make sure your issue includes the following:
Information about your environment and packages you use (Node.js version, package names and their versions, etc.) Feel free to attach a copy of your package.json file.
Any troubleshooting steps you already went through
A minimal reproduction of the issue, and/or instructions on how to reproduce it
If you have identified the cause of the bug described in your report and know how to fix it, you're more than welcome to open a pull request addressing it. Check out our quick start guide for a simple contribution process.
If you think your issue is a question (not a bug) and would like quicker support, please close this issue and forward it to an appropriate section on our community forum: https://community.prismic.io
Versions
Reproduction
Additional Details
Steps to reproduce
What is expected?
I expect the client to return results just like it happens when passing a string with single quotes
What is actually happening?
The text was updated successfully, but these errors were encountered: