angular-docs-cn/aio/tests/deployment
Pete Bacon Darwin 55f7f1d446 feat(docs-infra): improve search query processing (#41368)
This commit tries to improve the search results by processing
the query and attempting progressively less restrictive searches
until a non-zero set of pages is matched.

The new procesing includes:

* stripping off quote marks, which were causing searches to fail
* first attempting to match pages where ALL the query terms exist
* second attempting to match pages where ANY of the query terms exist
* third attempting to match pages where the title contains partial word matches

The first query attempt approximates, quite well, the idea of searching
for multi-word phrases. This is given the technical nature of the terms
and the fairly small size of the corpus.

PR Close #41368
2021-04-01 12:02:37 -07:00
..
e2e feat(docs-infra): improve search query processing (#41368) 2021-04-01 12:02:37 -07:00
shared docs: add redirect from updating-v10 to v11 (#40108) 2021-02-09 14:45:38 -08:00
unit build(docs-infra): clean up and update dependencies to match latest CLI (#32980) 2019-10-10 13:56:14 -07:00