Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting
allow_partial_search_results
in ES queries (#1359)
<!-- Specify linked issues and REMOVE THE UNUSED LINES --> > **Epic** # > Close advthreat/iroh#3057 > Related # - Expose a new configuration property at the ES Store level `allow_partial_search_results` - This boolean is transmitted in the ES query params if specified This ES option is documented here: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/search-search.html <!-- UNCOMMENT THIS SECTION IF NEEDED <a name="iroh-services-clients">[§](#iroh-services-clients)</a> IROH Services Clients ===================================================================================== Put all informations that need to be communicated to IROH Services Clients. Typically IROH-UI, ATS Integration, Orbital, etc... --> <a name="qa">[§](#qa)</a> QA ============================ <!-- Describe the steps to test your PR. 1. 2. 3. Or if no QA is needed keep it as is. --> No QA is needed. <!-- UNCOMMENT THIS SECTION IF NEEDED <a name="ops">[§](#ops)</a> Ops =============================== Specify Ops related issues and documentation - Config change needed: threatgrid/tenzin# - Migration needed: threatgrid/tenzin# - How to enable/disable that feature: (ex remove service from `bootstrap.cfg`, add scope to org) --> <!-- UNCOMMENT THIS SECTION IF NEEDED <a name="documentation">[§](#documentation)</a> Documentation ============================================================= Public Facing documentation section; - Public documentation updated needed: threatgrid/iroh-ui# See internal [doc file](./services/iroh-auth/doc/public-doc.org) --> <a name="release-notes">[§](#release-notes)</a> Release Notes ============================================================= <!-- REMOVE UNUSED LINES --> ``` public: allow setting the `allow_partial_search_results` as an ES Store option ``` <a name="squashed-commits">[§](#squashed-commits)</a> Squashed Commits ======================================================================
- Loading branch information