Hi, We are working with the GraphQL Storefront Search API (https://shopify.dev/docs/api/storefront/unstable/queries/search). We are using “Term search” to search for product and we need to know which fields are being searched. In this document https://shopify.dev/docs/api/usage/search-syntax, it says “A case-insensitive search of all the fields in a document”, But when we tried to search with some fields such as “productCategory”, “status”, “seo.title”, it did not work. Can you please provide us with the list of fields that are searchable?
Does anyone have any idea? Please help me
Hi @ShengLong , did you find anything useful?
It seems that docs are changed but it didn’t hep a lot.
Now it is written:
A search that applies to terms in specific fields.
If you specify an invalid field, then the query is ignored and all results are returned
But I’m not bale to find list of searchable fields for products or other objects