[BUG] Searching is still missing some pages in search results.
See original GitHub issueOverview of the issue
We are still having issues where searching on some keywords is NOT returning back the page in the search results. The last version really fixed most of the issues but we have another one that came in from a customer.
Operating System, Node.js, npm, compodoc version(s)
Compodoc version - 1.1.3
Angular configuration, a package.json
file in the root folder
{ “name”: “@epicor/kinetic”, “description”: “The Epicor Kinetic Framework allows developers to quickly build applications against the Epicor ERP systems.”, “repository”: { “type”: “git”, “url”: “https://github.com/Epicor/Kinetic.git” }, “version”: “2.0.0”, “build”: “”, “builddate”: “”, “author”: “Epicor Software Corporation Team support@epicor.com (https://kinetic.developer.epicor.com)”, “keywords”: [ “Epicor”, “Kinetic Framework”, “Kinetic Design” ], “main”: “karma.conf.js”, “license”: “SEE LICENSE IN license.txt”, “homepage”: “https://kinetic.developer.epicor.com”, “scripts”: { “ng”: “ng”, “start”: “ng serve app-harness --open”, “build”: “ng build app-framework && ng build app-harness --base-href /kinetic/releases/latest/components/”, “test”: “ng test app-framework --browsers=Chrome”, “testauto”: “ng test app-framework --watch=false --browsers=ChromeHeadless”, “test-coverage”: “ng test app-framework --browsers=ChromeHeadless --code-coverage=true --watch=false && open "./coverage/index.html"”, “lint”: “ng lint app-framework”, “lintauto”: “ng lint > linting_errors.log”, “e2e”: “protractor ./protractor.conf.js”, “doc”: “compodoc -p src/tsconfig.app.json -a kinetic_logo.jpg --disableCoverage --disableSourceCode --disablePrivate --hideGenerator --disableGraph --disableTemplateTab --disableDomTree && open "./documentation/index.html"”, “doc-only”: “compodoc -p src/tsconfig.app.json -a kinetic_logo.jpg --disableInternal --disableCoverage --disableSourceCode --disablePrivate --hideGenerator --disableGraph --disableTemplateTab --disableDomTree”, “doc-coverage”: “compodoc -p src/tsconfig.app.json -a kinetic_logo.jpg --disableInternal --disableSourceCode --disablePrivate --hideGenerator --disableGraph --disableTemplateTab --disableDomTree”, “check”: “ng lint && ng test --browsers=ChromeHeadless”, “pree2e”: “webdriver-manager update --standalone false --gecko false --quiet”, “buildprod”: “ng build app-framework --prod --aot --output-hashing none --output-path "build/dist-framework" && ng build --prod --aot --base-href "" && ng build app-harness --prod --aot --base-href ""”, “packager”: “npm run generate-barrels && ng-packagr -p ng-package.json && grunt "post-packager"”, “buildexf”: “npm run buildprod && npm run packager && grunt "post-build" && grunt copy:harnessCodeExamples”, “generate-barrels”: “barrelsby -q --config "barrelsby.json"”, “build-mobile”: “ng build app-harness --output-path www --base-href ""”, “build-for-pod”: “ng build app-framework --prod --aot --output-hashing none --output-path "build/dist-framework" && npm run packager && grunt copy:pod”, “build-for-insights”: “ng build app-framework --prod --aot --output-hashing none --output-path "build/dist-framework" && npm run packager && grunt copy:kineticStarter”, “build-harness-only”: “ng build app-harness --base-href "" && npm run packager && grunt "post-build" && grunt copy:harnessCodeExamples” }, “private”: false, “dependencies”: { “@angular/animations”: “^6.0.6”, “@angular/common”: “^6.0.6”, “@angular/compiler”: “^6.0.6”, “@angular/core”: “^6.0.6”, “@angular/forms”: “^6.0.6”, “@angular/http”: “^6.0.6”, “@angular/platform-browser”: “^6.0.6”, “@angular/platform-browser-dynamic”: “^6.0.6”, “@angular/router”: “^6.0.6”, “@progress/kendo-angular-buttons”: “^4.1.1”, “@progress/kendo-angular-dateinputs”: “^3.4.2”, “@progress/kendo-angular-dialog”: “^3.6.2”, “@progress/kendo-angular-dropdowns”: “^3.0.2”, “@progress/kendo-angular-excel-export”: “^2.1.0”, “@progress/kendo-angular-grid”: “^3.5.0”, “@progress/kendo-angular-inputs”: “^3.1.3”, “@progress/kendo-angular-intl”: “^1.4.1”, “@progress/kendo-angular-l10n”: “^1.2.0”, “@progress/kendo-angular-label”: “^1.2.0”, “@progress/kendo-angular-layout”: “^3.1.1”, “@progress/kendo-angular-popup”: “^2.4.1”, “@progress/kendo-angular-sortable”: “^1.1.0”, “@progress/kendo-angular-treeview”: “^2.2.0”, “@progress/kendo-angular-upload”: “^4.1.2”, “@progress/kendo-data-query”: “^1.3.1”, “@progress/kendo-drawing”: “^1.5.6”, “@progress/kendo-file-saver”: “^1.0.6”, “@progress/kendo-theme-default”: “^2.54.0”, “@types/lodash”: “^4.14.110”, “adal-angular4”: “^3.0.1”, “angular2-signaturepad”: “^2.8.0”, “applicationinsights-js”: “^1.0.18”, “bootstrap”: “^4.1.1”, “buffer”: “^5.1.0”, “cordova-android”: “^6.3.0”, “cordova-ios”: “^4.5.4”, “cordova-plugin-barcodescanner”: “^0.7.4”, “cordova-plugin-camera”: “^4.0.3”, “cordova-plugin-compat”: “^1.2.0”, “cordova-plugin-device”: “^2.0.2”, “cordova-plugin-email-composer”: “^0.8.15”, “cordova-plugin-file”: “^6.0.1”, “cordova-plugin-flashlight”: “^3.2.0”, “cordova-plugin-googlemaps”: “^2.3.6”, “cordova-plugin-inappbrowser”: “^3.0.0”, “cordova-plugin-media”: “^5.0.2”, “cordova-plugin-network-information”: “^2.0.1”, “cordova-plugin-splashscreen”: “^5.0.2”, “cordova-plugin-statusbar”: “^2.4.2”, “cordova-plugin-vibration”: “^3.1.0”, “cordova-plugin-whitelist”: “^1.3.3”, “cordova-plugin-ms-adal”: “^0.10.1”, “core-js”: “^2.5.7”, “events”: “^3.0.0”, “fastclick”: “^1.0.6”, “font-awesome”: “^4.7.0”, “hammer-timejs”: “^1.1.0”, “hammerjs”: “^2.0.8”, “jquery”: “^3.3.1”, “jsignature”: “^2.1.2”, “lodash”: “^4.17.10”, “mdi”: “^2.2.43”, “ngx-toastr”: “^8.8.0”, “minimist”: “^1.2.0”, “popper.js”: “^1.14.3”, “prismjs”: “^1.15.0”, “rxjs”: “^6.2.1”, “rxjs-compat”: “^6.2.1”, “signature_pad”: “^2.3.2”, “stream”: “0.0.2”, “timers”: “^0.1.1”, “xml2js”: “^0.4.19”, “zone.js”: “^0.8.26” }, “devDependencies”: { “@angular-devkit/build-angular”: “~0.6.8”, “@angular/cli”: “^6.0.8”, “@angular/compiler-cli”: “^6.0.6”, “@angular/language-service”: “^6.0.6”, “@types/applicationinsights-js”: “^1.0.5”, “@types/jasmine”: “~2.8.8”, “@types/jasminewd2”: “~2.0.2”, “@types/node”: “^10.3.5”, “autoprefixer”: “^8.6.3”, “barrelsby”: “1.0.2”, “circular-dependency-plugin”: “^5.0.2”, “codelyzer”: “~4.4.2”, “copy-webpack-plugin”: “^4.5.1”, “css-loader”: “^0.28.11”, “cssnano”: “^3.10.0”, “exports-loader”: “^0.7.0”, “file-loader”: “^1.1.11”, “grunt”: “^1.0.3”, “grunt-contrib-clean”: “^1.1.0”, “grunt-contrib-copy”: “^1.0.0”, “html-webpack-plugin”: “^3.2.0”, “istanbul-instrumenter-loader”: “^3.0.1”, “jasmine-core”: “~3.1.0”, “jasmine-spec-reporter”: “~4.2.1”, “karma”: “~2.0.4”, “karma-chrome-launcher”: “~2.2.0”, “karma-cli”: “~1.0.1”, “karma-coverage-istanbul-reporter”: “^2.0.1”, “karma-firefox-launcher”: “^1.1.0”, “karma-jasmine”: “^1.1.2”, “karma-jasmine-html-reporter”: “^1.1.0”, “karma-junit-reporter”: “^1.2.0”, “less-loader”: “^4.1.0”, “load-grunt-config”: “^0.19.2”, “ng-packagr”: “^3.0.3”, “postcss-loader”: “^2.1.0”, “postcss-url”: “^7.3.2”, “protractor”: “~5.3.2”, “raw-loader”: “^0.5.1”, “sass-loader”: “^7.0.3”, “source-map-loader”: “^0.2.0”, “style-loader”: “^0.21.0”, “stylus-loader”: “^3.0.2”, “ts-node”: “~7.0.0”, “tslint”: “~5.10.0”, “typescript”: “2.7.2”, “uglifyjs-webpack-plugin”: “1.2.7”, “url-loader”: “^1.0.1”, “webpack”: “^4.12.1”, “webpack-concat-plugin”: “3.0.0”, “webpack-dev-server”: “~3.1.4” }, “types”: “./index.d.ts”, “cordova”: { “plugins”: { “cordova-plugin-inappbrowser”: {}, “cordova-plugin-splashscreen”: {}, “cordova-plugin-statusbar”: {}, “cordova-plugin-whitelist”: {}, “cordova-plugin-camera”: {}, “cordova-plugin-barcodescanner”: {}, “cordova-plugin-device”: {}, “cordova-plugin-network-information”: {}, “cordova-plugin-vibration”: {}, “cordova-plugin-ms-adal”: {}, “cordova-plugin-media”: {}, “cordova-plugin-email-composer”: {}, “cordova-plugin-flashlight”: {}, “cordova-plugin-googlemaps”: { “API_KEY_FOR_ANDROID”: “AIzaSyC14zELRXQwCQ6iTcoXiIdGYinnw_qsLqE”, “API_KEY_FOR_IOS”: “AIzaSyD1wv__IdnDvl_0hoCDpW8lILIk0nBqdw0”, “PLAY_SERVICES_VERSION”: “15.0.1”, “ANDROID_SUPPORT_V4_VERSION”: “26.1.0” } }, “platforms”: [ “ios”, “android” ] } }
Compodoc installed globally or locally ?
Compdoc is installed globally on our build server.
If possible sourcecode of the file where it breaks
If possible your terminal logs before the error
Motivation for or Use Case
This is a bug for us because our customers are not finding documentation using the search feature.
Reproduce the error
I can show you how to reproduce the issue with our own documentation. It is a very specific case.
Related issues
Suggest a Fix
Issue Analytics
- State:
- Created 5 years ago
- Comments:29 (8 by maintainers)
Top GitHub Comments
Ok seems related to lunr.js configuration. I will look that asap.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.