1
0
mirror of synced 2025-12-19 18:10:59 -05:00

18 Commits

Author SHA1 Message Date
Grace Park
ef2efb0636 Feature Branch: Global Nav Phase 1 (#33465)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-01-31 17:49:50 +00:00
Peter Bengtsson
f7be7f0129 Revert "Remove ENABLED_LANGUAGES" (#33953) 2023-01-13 17:52:48 +00:00
Kevin Heis
cdf1123135 Remove ENABLED_LANGUAGES (#33766) 2023-01-13 16:42:00 +00:00
Rachael Sewell
152a2399e2 remove lunr from codebase (#32432) 2022-11-10 21:36:13 +00:00
Rachael Sewell
1256add363 remove enterprise and lunr sync search workflows (#32430) 2022-11-07 22:36:30 +00:00
Peter Bengtsson
96ae1fa44d workflow_dispatch version input for sync search (#32207) 2022-11-01 20:24:58 +00:00
Peter Bengtsson
098fb105b2 support filters in api/search/legacy (#31616) 2022-10-12 00:26:18 +00:00
Peter Bengtsson
0971a6ebf7 cope with odd 404 errors on /_cat/indices (#31375) 2022-10-03 18:38:32 +00:00
Peter Bengtsson
70f750c8dd create new error if es fails in any way (#31232) 2022-09-28 16:53:07 +00:00
Peter Bengtsson
db52a7e8bd dry-run with scraping and elasticsearch (#31201) 2022-09-27 16:59:33 -04:00
Peter Bengtsson
ff533e4ea3 be more explicit about potential alias updates (#31214) 2022-09-27 20:41:21 +00:00
Peter Bengtsson
a96b9ac779 send statsd timers on ES bulk indexing (#31017) 2022-09-21 18:27:36 +00:00
Peter Bengtsson
a179364cda favor more exact spelling searches (#30741) 2022-09-13 18:59:14 +00:00
Peter Bengtsson
54991f70c9 connect to ES 7.11 (#30462)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2022-09-06 11:50:40 +00:00
Peter Bengtsson
d977d39536 use prefix for ES indexes for tests (#30288)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2022-08-26 21:10:30 +00:00
Rachael Sewell
f6d34d019c atomically update index alias and delete old indexes (#29742) 2022-08-09 01:02:55 +00:00
Peter Bengtsson
f8f20605f4 search api with elasticsearch (#29053)
* indexing records into Elasticsearch

* @elastic/elasticsearch@8.2.0

* mv

* fix the code

* pipe

* lfs

* use sha

* change how index names work

* search api with Elasticsearch

* works

* refactor client

* better snowballing

* remove dbg

* wip

* highlights and fuzzy search

* improvements and upgrade

* also upgrade

* wip

* index more explicitly

* better validation

* change max size

* popularity by ordinal ranking instead

* playing

* fix package-lock

* rearranging

* catchMiddlewareError

* fix indexing

* match_phrase_prefix on wrapped search

* refactorings

* escape html in content

* wip

* search by URL

* update lock file

* v1 api

* inroads on jest testing the search

* valid yaml hopefully

* index fixtures into local elasticsearch

* specific versions to index only

* small fixes

* feedbacked

* fix tests

* use the npm script
2022-08-05 19:40:38 +00:00
Kevin Heis
2182ff28f3 Next12 now supports ESM (#29295)
* Next12 now supports ESM

* No more michael jackson script extensions

* Fix test running

* Update jest-puppeteer.config.cjs

* Update package.json
2022-07-26 17:53:23 +00:00