Skip to content

Commit 042ef7f

Browse files
committed
make deepwiki badge more visible
1 parent 6865a91 commit 042ef7f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FlexSearch v0.8: [Overview and Migration Guide](doc/0.8.0.md)
2-
<h1></h1>
2+
3+
[<img src="https://devin.ai/assets/deepwiki-badge.png" alt="Ask DeepWiki.com" height="20"/>](https://deepwiki.com/nextapps-de/flexsearch)
4+
5+
<h2></h2>
36
<h1>
47
<img src="doc/flexsearch-logo-glass-animated.svg" style="width: 580px; max-width: 100%" alt="FlexSearch.js: Next-Generation full-text search library for Browser and Node.js">
58
<p></p>
@@ -23,8 +26,6 @@ FlexSearch v0.8: [Overview and Migration Guide](doc/0.8.0.md)
2326
[Resolver](doc/resolver.md) &ensp;&bull;&ensp;
2427
[Changelog](CHANGELOG.md)
2528

26-
[<img src="https://devin.ai/assets/deepwiki-badge.png" alt="Ask DeepWiki.com" height="20"/>](https://deepwiki.com/nextapps-de/flexsearch)
27-
2829
## Please Support this Project
2930

3031
FlexSearch has been helping developers around the world build powerful, efficient search functionalities for years. Maintaining and improving the library requires significant time and resources. If you’ve found this project valuable and you're interested in supporting the project, please consider donating. Thanks a lot for your continued support!
@@ -40,13 +41,13 @@ FlexSearch has been helping developers around the world build powerful, efficien
4041

4142
<a href="https://antithesis.com" target="_blank" style="display: inline-block">
4243
<center>
43-
<img src="doc/antithesis_logo.svg" width="180" alt="Donate using Open Collective"><br>
44+
<img src="doc/antithesis_logo.svg" width="200" alt="Donate using Open Collective"><br>
4445
Antithesis Operations LLC
4546
</center>
4647
</a>
4748
<h1></h1>
4849

49-
FlexSearch performs queries up to 1,000,000 times faster <a href="https://nextapps-de.github.io/flexsearch/" target="_blank">compared to other libraries</a> by also providing <a href="https://nextapps-de.github.io/flexsearch/match.html" target="_blank">powerful search capabilities</a> like multi-field search (document search), phonetic transformations, partial matching, tag-search or suggestions.
50+
FlexSearch performs queries up to 1,000,000 times faster <a href="https://nextapps-de.github.io/flexsearch/" target="_blank">compared to other libraries</a> by also providing <a href="https://nextapps-de.github.io/flexsearch/match.html" target="_blank">powerful search capabilities</a> like multi-field search (document search), phonetic transformations, partial matching, tag-search, result highlighting or suggestions.
5051

5152
Bigger workloads are scalable through workers to perform any updates or queries to the index in parallel through dedicated balanced threads.
5253

@@ -563,9 +564,9 @@ The **_dist_** folder is located in: `node_modules/flexsearch/dist/`
563564
</tr>
564565
<tr>
565566
<td>File Size (gzip)</td>
566-
<td>14.0 kb</td>
567-
<td>9.0 kb</td>
568-
<td>4.4 kb</td>
567+
<td>16.3 kb</td>
568+
<td>11.4 kb</td>
569+
<td>4.5 kb</td>
569570
</tr>
570571
</table>
571572

0 commit comments

Comments
 (0)