Last update:
January 30, 2024
Full text search¶
The query
parameter performs the full text search against the product index document. It expects a full text search phrase.
The search performs full text search over product data in the index. Product search returns all product variations a product has.
All searchable text data of a product are stored in the single __content
field in the resulting index document. The full text search is performed only for this field.
Product document example in the index
The following product properties are stored in the __content
field and are searched by default:
product.name
product.code
product.seoinfos.seoinfo.slug
product.properties.value
product.variations.code
product.variations.properties.value