763 B
763 B
@backstage/plugin-search-backend-module-elasticsearch
0.0.5
Patch Changes
36350bf8b3: Pinning version of elastic search client to 7.13.0 to prevent breaking change towards third party ElasticSearch clusters on 7.14.0.
0.0.4
Patch Changes
f0c2c81676: Added rejectUnauthorized config option
0.0.3
Patch Changes
-
a13f21cdc: Implement optionalpageCursorbased paging in search.To use paging in your app, add a
<SearchResultPager />to yourSearchPage.tsx. -
Updated dependencies
- @backstage/search-common@0.2.0
0.0.2
Patch Changes
76872096b: Fix to allow optionally readingauthparameter for custom hosted ElasticSearch instances. Also removebearerauth config since it's currently unsupported.