Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typesense): skip collection check for search operations
- Add early return for search operations in `getOrCreateCollectionFromModel` - Maintain collection existence check only when `indexOperation` is true - Optimize search performance by reducing unnecessary API calls
- Loading branch information