Skip to content

Commit

Permalink
docs: improve search for documentation (#6952)
Browse files Browse the repository at this point in the history
* 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ć <jakovljevic.mladen@gmail.com>

(cherry picked from commit 0175187)
  • Loading branch information
tmair authored and jakovljevic-mladen committed Mar 27, 2023
1 parent 04fc128 commit e72b33a
Show file tree
Hide file tree
Showing 16 changed files with 1,441 additions and 1,297 deletions.
3 changes: 0 additions & 3 deletions docs_app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@ protractor-results*.txt
.DS_Store
Thumbs.db

# copied dependencies
src/assets/js/lunr*

assets/images/svgs/*
!assets/images/svgs/.gitkeep
1 change: 1 addition & 0 deletions docs_app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
"webWorkerTsConfig": "tsconfig.worker.json",
"namedChunks": true,
"polyfills": "src/polyfills.ts",
"assets": [
Expand Down

0 comments on commit e72b33a

Please sign in to comment.