Skip to content

Entry query is not working properly #40

@dario-rodriguez

Description

@dario-rodriguez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions