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
I'm having an issue with my prismic site built in .NET. I'm making use of the fulltext search api and whenever a search string containing a double quote is entered, it results in a server error which begins with
prismic.Error: {"message":"]' expected but [' found
Do I need to do any trimming of characters in the search string prior to passing them to your API and, if so, do you have a full list of dangerous characters that need to be stripped?
The text was updated successfully, but these errors were encountered:
Version affected: 1.4.2
I'm having an issue with my prismic site built in .NET. I'm making use of the fulltext search api and whenever a search string containing a double quote is entered, it results in a server error which begins with
prismic.Error: {"message":"
]' expected but[' found
Do I need to do any trimming of characters in the search string prior to passing them to your API and, if so, do you have a full list of dangerous characters that need to be stripped?
The text was updated successfully, but these errors were encountered: