Hi guys I need your help with a query to our speci...
# community-help
j
Hi guys I need your help with a query to our specific collection. the query parameteres are like below
Copy code
{
  collection: 'product-22',
  q: '*',
  query_by: 'slug',
  facet_by: 'taxonomies.nameAndType,taxonomies.type,taxonomies.slug,price.AUD(Low:[0,100],Mid:[100,150],High:[150,10000]),status',
  per_page: 50,
  page: 1,
  max_facet_values: 100,
  sort_by: 'totalSales:desc',
  include_fields: 'permalink,thumbnail,name,onSale,stockStatus,regularPrice,price,sku,createdAt,galleryImages,slug,shippingClass',
  filter_by: 'taxonomies.type:=[`favourite`] && taxonomies.slug:=[`tea-coffee-lovers`] && taxonomies.nameAndType:!=[`exclude-from-catalog|product_visibility`] && status:=[`publish`]',
  pinned_hits: '206686:2'
}
but a specific product is not showing.