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
I try to search in custom post type generated by ACF.
query GetSearch($serachString: String = "") { posts(where: {search: $serachString}) { edges { node { id link slug title uri } } } }
{ "serachString": "test" }
But if I search for
{ "serachString": "Fahrradmechatronik" }
Exclude From Search is disabled
See my description.
No response
1.29.3
2.4.1
Pro
6.7.1
8.2.x
The text was updated successfully, but these errors were encountered:
@jasonbahl Maybe you can help me here?
Sorry, something went wrong.
No branches or pull requests
Description
Description
I try to search in custom post type generated by ACF.
But if I search for
Exclude From Search is disabled
Steps to reproduce
See my description.
PHP or JSON export of the ACF Field Group(s)
No response
Additional context
No response
WPGraphQL Version
1.29.3
WPGraphQL For ACF Version
2.4.1
ACF (Advanced Custom Fields) Version. Free or Pro?
Pro
WordPress Version
6.7.1
PHP Version
8.2.x
Additional enviornment details
No response
Please confirm that you have searched existing issues in the repo.
Please confirm that you have disabled ALL plugins except for WPGraphQL, WPGraphQL For ACF, ACF, etc.
The text was updated successfully, but these errors were encountered: