Skip to content

Commit e72b33a

Browse files
tmairjakovljevic-mladen
authored andcommitted
docs: improve search for documentation (#6952)
* docs: update search to aio search * chore: use custom stop word filter for lunr * docs: applay review suggestions * docs: remove stop word filtering during search * docs: improve first search query to search only in title * docs: remove deprecated import paths from search results * chore: commit package-lock.json --------- Co-authored-by: Mladen Jakovljević <[email protected]> (cherry picked from commit 0175187)
1 parent 04fc128 commit e72b33a

16 files changed

+1441
-1297
lines changed

docs_app/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,5 @@ protractor-results*.txt
4646
.DS_Store
4747
Thumbs.db
4848

49-
# copied dependencies
50-
src/assets/js/lunr*
51-
5249
assets/images/svgs/*
5350
!assets/images/svgs/.gitkeep

docs_app/angular.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"index": "src/index.html",
1616
"main": "src/main.ts",
1717
"tsConfig": "src/tsconfig.app.json",
18+
"webWorkerTsConfig": "tsconfig.worker.json",
1819
"namedChunks": true,
1920
"polyfills": "src/polyfills.ts",
2021
"assets": [

0 commit comments

Comments
 (0)