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/v2.5.x/ORM/Collection/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.
Collection.search() or hybrid_search() keyword arguments.