1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/middleware
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
..
2021-07-14 14:35:01 -07:00
2022-05-11 19:14:30 +00:00
2021-07-29 20:28:30 +00:00
2022-05-23 21:36:58 +00:00
2022-05-13 14:46:57 +00:00
2021-07-14 14:35:01 -07:00
2022-06-14 21:43:25 +00:00
2022-01-07 18:34:10 +00:00
2020-09-27 14:10:11 +02:00
2021-07-14 14:35:01 -07:00
2021-11-23 18:56:05 +00:00
2022-06-28 12:57:38 +00:00

Middleware

Each file in this directory exports an Express Middleware function.

For more info, see https://expressjs.com/en/guide/using-middleware.html

Subdirectories

There are subdirectories for different types of middleware: