Max Daunarovich
02/06/2023, 1:31 PMUnhandled Rejection (Error): 404 - Could not find a facet field named `amount` in the schema.
Double checked all the code - there is no reference to amount anywhere else 🤷♂️Max Daunarovich
02/06/2023, 1:32 PM22 | try {
23 | typesenseResponse = await this._adaptAndPerformTypesenseRequest(instantsearchRequests);
24 |
> 25 | const adaptedResponses = typesenseResponse.results.map((typesenseResult, index) => {
| ^ 26 | this._validateTypesenseResult(typesenseResult);
27 | const responseAdapter = new SearchResponseAdapter(
28 | typesenseResult,
Max Daunarovich
02/06/2023, 1:33 PMamount
field 🤔Kishore Nallan
02/06/2023, 1:59 PMJames Cameron
02/06/2023, 1:59 PMMax Daunarovich
02/06/2023, 2:00 PMKishore Nallan
02/06/2023, 2:00 PMMax Daunarovich
02/06/2023, 2:01 PMfacet_by: "amount"
and it's quite possible that collection don't have item with that field.
Checking dashboard now 😅Max Daunarovich
02/06/2023, 2:03 PMJason Bosco
02/06/2023, 5:18 PM