Perform a search on a query string and return results with score.
For more information about the search parameters, take a look at the pymilvus documentation found here: https://milvus.io/api-reference/pymilvus/v3.0.x/MilvusClient/Vector/search.md
The search params for the specified index. Defaults to None.
Filtering expression. Defaults to None.
How long to wait before timeout error. Defaults to None.
MilvusClient.search() or hybrid_search() keyword arguments.