1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-01 09:53:56 +02:00

Fix link to "Async Search" heading

This commit is contained in:
Josh Duff
2019-02-01 14:53:46 -06:00
committed by GitHub
parent e5f79b984c
commit 0659694338

View File

@@ -86,7 +86,7 @@ All Features:
<tr></tr>
<tr>
<td>
<a href="#async">Async Processing</a>
<a href="#async_search">Async Search</a>
</td>
<td>x</td>
<td>x</td>
@@ -610,6 +610,7 @@ Limit the result:
index.search("John", 10);
```
<a name="async_search"></a>
#### Async Search
Perform queries asynchronously: