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

Merge pull request #16 from TehShrike/patch-3

Fix link to "Async Search" heading
This commit is contained in:
Thomas Wilkerling
2019-02-02 12:57:53 +01:00
committed by GitHub

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: