Open
Description
Here is the setup:
- A builder on model A is initialised. The connection gets the index name (Model => newBaseQueryBuilder).
- Another builder for Model B is initialised
- The original builder performs a query
The model B index is used by the builder of model A since the connection is a shared resource
Proposed solution - use the builder->from to set the index to the builder on initialisation and then use that to set the connection index right before read/write
Metadata
Metadata
Assignees
Labels
No labels