Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi
I'm using Storefront API GraphQL to filter blog articles.
Below is an code snippet, I'm using query directive to filter articles by title and tag.
The question is how can I filter blog articles by their content as well.
E.g. Suppose that I have an article with title is "Title ABC" and its content is: "Article content". When I perform search with term = "content" it will return this item. If term = "ABC" it also returns this one as well
Noted: I've referred the documentation https://shopify.dev/docs/api/storefront/2024-01/objects/Blog, it looks like Shopify does not support filter by content.
I'm looking forward to hear your response soon
Thanks