diff --git a/README.md b/README.md index 24d019d..7563b7d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ FlexSearch v0.8: [Overview and Migration Guide](doc/0.8.0.md) Basic Start  •  API Reference  •  Encoder  •  -Document Search  •  +Document Search  •  Persistent Indexes  •  Using Worker  •  -Tag Search  •  +Tag Search  •  Resolver  •  Customization  •  Changelog @@ -102,80 +102,80 @@ The **_dist_** folder are located in: `node_modules/flexsearch/dist/` flexsearch.bundle.debug.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.bundle.debug.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.bundle.debug.js flexsearch.bundle.min.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.bundle.min.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.bundle.min.js flexsearch.bundle.module.debug.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.bundle.module.debug.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.bundle.module.debug.js flexsearch.bundle.module.min.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.bundle.module.min.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.bundle.module.min.js flexsearch.es5.debug.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.es5.debug.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.es5.debug.js flexsearch.es5.min.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.es5.min.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.es5.min.js flexsearch.light.debug.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.light.debug.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.light.debug.js flexsearch.light.min.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.light.min.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.light.min.js flexsearch.light.module.debug.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.light.module.debug.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.light.module.debug.js flexsearch.light.module.min.js - Download - https://rawcdn.githack.com/nextapps-de/flexsearch/v0.8-preview/dist/flexsearch.light.module.min.js + Download + https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.light.module.min.js Javascript Modules (ESM) - Download - https://github.com/nextapps-de/flexsearch/tree/v0.8-preview/dist/module + Download + https://github.com/nextapps-de/flexsearch/tree/0.8.0/dist/module Javascript Modules Minified (ESM) - Download - https://github.com/nextapps-de/flexsearch/tree/v0.8-preview/dist/module-min + Download + https://github.com/nextapps-de/flexsearch/tree/0.8.0/dist/module-min Javascript Modules Debug (ESM) - Download - https://github.com/nextapps-de/flexsearch/tree/v0.8-preview/dist/module-debug + Download + https://github.com/nextapps-de/flexsearch/tree/0.8.0/dist/module-debug @@ -593,7 +593,7 @@ You can also load modules via CDN: ```html ``` diff --git a/demo/autocomplete.html b/demo/autocomplete.html index a3030db..fc9daf2 100644 --- a/demo/autocomplete.html +++ b/demo/autocomplete.html @@ -76,8 +76,8 @@
``` diff --git a/doc/document-search.md b/doc/document-search.md index 2b40ff6..5160a72 100644 --- a/doc/document-search.md +++ b/doc/document-search.md @@ -37,6 +37,8 @@ By passing the search option `merge: true` the result set will be merged into (g }] ``` + + ## Multi-Tag-Search Assume this document schema (a dataset from IMDB): diff --git a/example/browser-legacy/basic-persistent/index.html b/example/browser-legacy/basic-persistent/index.html index 2b0c0a4..1b8bb51 100644 --- a/example/browser-legacy/basic-persistent/index.html +++ b/example/browser-legacy/basic-persistent/index.html @@ -6,7 +6,7 @@ Example: browser-legacy-basic-persistent - + + + + + + + + + + - +