Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queries on the GraphQL API give no results, if query string has spaces. #23

Open
Schi11er opened this issue Feb 7, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Schi11er
Copy link
Contributor

Schi11er commented Feb 7, 2024

This is a known GraphQL provided problem.
How can this fixed?

Example:

query rev {
  findSubjects(input: {query: "Revisionsbauteil  Leitungsbau", pageSize: 100000}) {
    totalElements
    nodes {
        id
    }
  }
}

This query gives 0 results although the subject is in database.

@Schi11er Schi11er added the bug Something isn't working label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant