We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Search Query doesn't search
To Reproduce Steps to reproduce the behavior:
query getProducts( $after: String, $first: Int, $last: Int, ) { products (first: $first last: $last, after: $after, where: { search: "foo" }) { nodes { ...product } } } fragment product on VariableProduct { databaseId price(format: FORMATTED) name description stockStatus variations { nodes { name description } } }
Expected behavior The Search should have an effect on the results
Plugin Versions
Additional context This happened after i updated WPGraphQL WooCommerce (WooGraphQL) v0.15.0 to latest 0.2.0
The text was updated successfully, but these errors were encountered:
Hey i just, tried all versions prior to v0.20, it works up to v.0.19 and breaks on v.0.20 Downgrading to v0.019 for the time being.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Search Query doesn't search
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Search should have an effect on the results
Plugin Versions
Additional context
This happened after i updated WPGraphQL WooCommerce (WooGraphQL) v0.15.0 to latest 0.2.0
The text was updated successfully, but these errors were encountered: