Simon
08/05/2024, 1:25 PMRequestMalformed: Request failed with HTTP code 400 | Server said: Failed to join on `business`: No reference field found.
I've double-checked my schema, and the businessId
field seems properly set up with the reference. Here's the relevant part of my schema:
{
"facet": true,
"index": true,
"infix": false,
"locale": "",
"name": "businessId",
"optional": false,
"reference": "business.id",
"sort": false,
"stem": false,
"type": "string"
}
Despite this setup, I'm still getting the error. Has anyone encountered a similar issue or can point out if I'm missing something?
Appreciate any help or insights!