-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
When I try to perform an entry query with especial characters it do not return the proper results.
Example:
stack
.contentType(entry.content_type_uid)
.entry()
.query({ query: { title: "Audit & Security" } })
.find()
This query instead of returning the entry with that title, it returns many others not related. I tried the same behaviour with the delivery SDK and it works. In my scenario using the delivery sdk doesn't works because I need to fetch some queries not published
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels