Releases: mongodb/docs-search-transport
Releases · mongodb/docs-search-transport
v0.2.11
What's Changed
- Bump resources for staging and dev instances to 75% of prod by @rayangler in #111
- DOP-5081: skip noIndexing branches from being stored into searchPropertyMapping by @seungpark in #112
- DOCSP-44212-map-internal-search-results-for-QE by @ltran-mdb2 in #113
New Contributors
- @ltran-mdb2 made their first contribution in #113
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's Changed
- DOP-4552: Get facet names programmatically in Query/index.ts by @mayaraman19 in #107
- DOP-4516: Make unhandled search query log more specific by @mayaraman19 in #108
- DOP-4593: Search endpoint to return HTML format for manifest list by @anabellabuckvar in #109
- DOP-4593-b hotfix by @anabellabuckvar in #110
- Search synonyms: fixed typo for dotnet & .NET by @sarahemlin in #106
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- DOP-3934: prereq - dev server for by @seungpark in #103
- DOP-4323: Boost query matches on taxonomy values by @mayaraman19 in #104
- DOP-3934: update custom analyzer to escape $ by @seungpark in #105
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- DOP-4489: supply list of manifest files in S3 by @seungpark in #101
- DOP-4503: check that property mapping is only checking for string properties by @seungpark in #102
- DOP-3976: add a boost for phrase of the original query by @seungpark in #100
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- DOP-4182: Specify types for query builder in search transport by @mayaraman19 in #99
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- DOCSP-34667 synonym file additions Nov 2023 by @sarahemlin in #91
- DOP-4316: Updating search query mappings + small .env and README fixes by @mayaraman19 in #96
- DOP-4289: PR template with readme checks by @mmeigs in #97
- Use bullet points in template, bypass Tasks by @mmeigs in #98
New Contributors
- @mayaraman19 made their first contribution in #96
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- DOP-4121: Boost/bury based on product usage & pageviews by @anabellabuckvar in #90
- [DOP-4164]: Resolve Splunk Alert for "empty file: search-indexes/prd/" by @branberry in #93
- DOP-4145: Add context to Docs Search Transport errors by @anabellabuckvar in #92
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- DOP-4089: treat same level selections as "or" by @seungpark in #84
- DOP-4109: Sort facets based on desired UI order by @rayangler in #85
- DOP-3984 added analyzers for synonyms by @anabellabuckvar in #86
- DOP-3998: allow CORS authentication by @seungpark in #89
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- (Tests for) DOP-4057: Add frontend S3 staging site to Docs Search Transport allowed origins by @anabellabuckvar in #79
- DOP-4075: fix meta results for 0 count by @seungpark in #80
- DOP-4071: allow either or/and for facet filters when performing search by @seungpark in #81
- DOP-4065: return search results' facets (in desired format) by @seungpark in #82
- DOP-4065: fix projection by @seungpark in #83
Full Changelog: v0.2.1...v0.2.3
v0.2.1 The one where we made search compatible with staging
DOP-4057: Add frontend S3 staging site to Docs Search Transport allow…