Hi everyone, I'm experiencing an issue with a joi...
# community-help
s
Hi everyone, I'm experiencing an issue with a join operation in Typesense. The error I'm receiving is:
Copy code
RequestMalformed: 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:
Copy code
{
  "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!