Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #8340: Prevent null reference exception in SearchResponse<T>
- Added null checks for `HitsMetadata` in `SearchResponse<T>.Documents` - Ensured `HitsMetadata` and `Hits` are properly validated before accessing them - Prevented potential crashes when the response contains no hits
- Loading branch information