Skip to content

Commit f774be9

Browse files
committed
extended result highlighting
1 parent 4add0aa commit f774be9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9079
-7181
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ FlexSearch v0.8: [Overview and Migration Guide](doc/0.8.0.md)
1919
[Persistent Indexes](doc/persistent.md)  • 
2020
[Using Worker](doc/worker.md)  • 
2121
[Tag Search](doc/document-search.md#tag-search)  • 
22+
[Highlighting](doc/result-highlighting.md)  • 
2223
[Resolver](doc/resolver.md)  • 
2324
[Changelog](CHANGELOG.md)
2425

@@ -472,7 +473,7 @@ The **_dist_** folder is located in: `node_modules/flexsearch/dist/`
472473
<tr></tr>
473474
<tr>
474475
<td>
475-
<a href="doc/document-search.md#store">Document Store</a>
476+
<a href="doc/document-search.md#store">Document Datastore</a>
476477
</td>
477478
<td>✓</td>
478479
<td>✓</td>
@@ -545,6 +546,13 @@ The **_dist_** folder is located in: `node_modules/flexsearch/dist/`
545546
<td>-</td>
546547
</tr>
547548
<tr></tr>
549+
<tr>
550+
<td><a href="doc/result-highlighting.md">Result Highlighting</a></td>
551+
<td>✓</td>
552+
<td>✓</td>
553+
<td>-</td>
554+
</tr>
555+
<tr></tr>
548556
<tr>
549557
<td><a href="doc/persistent.md">Persistent Index (IndexedDB)</a></td>
550558
<td>✓</td>

0 commit comments

Comments
 (0)