Vamshi Aruru
10/24/2024, 6:37 AMcurl --location '<base_url>/collections/product_variants/documents/search?q=dasa&query_by=searchText0%2CsearchText1%2CsearchText2&per_page=20&page=1&include_fields=productID%2CproductSlug%2Cid%2Csize&pinned_hits=gid-shopify-productvariant-45955915219190%3A1'
returns
"found": 1,
the query with no pinned hits:
curl --location '<base_url>/collections/vaaree_product_variants/documents/search?q=dasa&query_by=searchText0%2CsearchText1%2CsearchText2&per_page=20&page=1&include_fields=productID%2CproductSlug%2Cid%2Csize
returns
"found": 790,
We are on typesense v27
.
Please let me know if I am doing something wrong here. TIA.