Carl
09/03/2021, 6:17 AM{"name": "collections", "type": "string[]", "facet": true },
which is not returning any data. Is possible to actually facet on a string[]
?
The use case here, is that a product could be associated with a variety of "collections", so it needs to be an array. If I can't facet on an array, how would I work around this?Kishore Nallan
09/03/2021, 6:18 AMCarl
09/03/2021, 6:19 AMJason Bosco
09/03/2021, 6:51 AMCarl
09/03/2021, 6:52 AMKishore Nallan
09/03/2021, 6:53 AMCarl
09/03/2021, 6:53 AMfacet_by
.
I just created a new container, new index and sent some data but it worked fine. Going to try recreate the full index in the same environment to see if it just magicaly fixesKishore Nallan
09/03/2021, 6:54 AMCarl
09/03/2021, 6:54 AM<REMOVED>
Carl
09/03/2021, 6:55 AM<https://the-instance.com/collections/products/documents/search?q=red&query_by=product_name&facet_by=collections>
Carl
09/03/2021, 6:55 AMKishore Nallan
09/03/2021, 6:56 AMCarl
09/03/2021, 8:23 AM