Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(typesense): skip collection check for search operations (#898)
* 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 * lint
- Loading branch information