enterprise-search-python icon indicating copy to clipboard operation
enterprise-search-python copied to clipboard

Official Python client for Elastic Enterprise Search, App Search, and Workplace Search

Results 10 enterprise-search-python issues
Sort by recently updated
recently updated
newest added

Removing the `/login` part since its not how the url should be currently copied from elastic cloud

Custom precision for search does not work on current version, but somehow runable on older version (7.17.0 ). I afraid that other part of code would not work as intended...

As per elastic app-search api [docs](https://www.elastic.co/guide/en/app-search/current/boosts.html#boosts-value-boosts), `boosts` is the correct param. However in this client, we have `boost`. https://github.com/elastic/enterprise-search-python/blob/main/elastic_enterprise_search/_sync/client/app_search.py#L2324 https://github.com/elastic/enterprise-search-python/blob/main/elastic_enterprise_search/_async/client/app_search.py#L2324 and in few other places. This results in the below...

Hi, I am running 8.4.1 of App Search and see that query_suggest does not work for engines created by elastic backends (i.e. non app search engines) No results return Can...

The transport class does not accept the parameters in its constructor and it is passed in the node_configs instead. The transport class constructor does not accept the following parameters :...

- [ ] Add mypy to nox lint session - [ ] Fix all type issues that are found - [ ] Add `py.typed` to module and `MANIFEST.in`

It's tough to find as it's in a different section, should link to these docs within the handwritten API documentation

The Elasticsearch python client can use the Elastic Cloud ID, but looks like for the Enterprise Search python client this is not supported. Example from the [documentation](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/connecting.html): ``` from elasticsearch...

`http_flag` gives warning message: DeprecationWarning: The 'http_auth' parameter is deprecated. Use 'basic_auth' or 'bearer_auth' parameters instead as discussed in #158

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...