1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-31 17:42:13 +02:00

release 0.8.1

This commit is contained in:
Thomas Wilkerling
2025-03-24 19:58:52 +01:00
parent e878ce5f99
commit 9026442e06
39 changed files with 200 additions and 130 deletions

View File

@@ -8,8 +8,8 @@
<body style="white-space: pre">
<script type="module">
import { Index, Encoder, Charset } from "https://cdn.jsdelivr.net/gh/nextapps-de/flexsearch@0.8.0/dist/flexsearch.compact.module.min.js";
import EnglishPreset from "https://cdn.jsdelivr.net/gh/nextapps-de/flexsearch@0.8.0/dist/module/lang/en.js";
import { Index, Encoder, Charset } from "https://cdn.jsdelivr.net/gh/nextapps-de/flexsearch@0.8.1/dist/flexsearch.compact.module.min.js";
import EnglishPreset from "https://cdn.jsdelivr.net/gh/nextapps-de/flexsearch@0.8.1/dist/module/lang/en.js";
const encoder = new Encoder(
Charset.LatinSimple,