mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-30 17:20:17 +02:00
hotfix typo
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<title>Example: browser-legacy-basic</title>
|
||||
</head>
|
||||
<body style="white-space: pre">
|
||||
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/0.8.0/dist/flexsearch.light.min.js"></script>
|
||||
<script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/nextapps-de/flexsearch@master/dist/flexsearch.light.min.js"></script>
|
||||
<script type="module">
|
||||
|
||||
// create a simple index which can store id-content-pairs
|
||||
const index = new FlexSearch.Index({
|
||||
|
Reference in New Issue
Block a user