@@ -30,6 +30,7 @@ This library is the search client that you should use to make [Meilisearch](http
30
30
31
31
Instead of reinventing the wheel, we have opted to reuse the InstantSearch library for our own front-end tooling. We will contribute upstream any improvements that may result from our adoption of InstantSearch.
32
32
33
+ <!-- @TODO -->
33
34
If you use Angular, React, or Vue, you might want to check out these repositories:
34
35
35
36
- [ meilisearch-angular] ( https://github.com/meilisearch/meilisearch-angular/ )
@@ -44,10 +45,66 @@ NB: If you don't have any Meilisearch instance running and containing your data,
44
45
- [ ⚡ Supercharge your Meilisearch experience] ( #-supercharge-your-meilisearch-experience )
45
46
- [ 🔧 Installation] ( #-installation )
46
47
- [ 🎬 Usage] ( #-usage )
48
+ - [ Basic] ( #basic )
49
+ - [ Parameters] ( #parameters )
47
50
- [ 💅 Customization] ( #-customization )
51
+ - [ Placeholder Search] ( #placeholder-search )
52
+ - [ Finite Pagination] ( #finite-pagination )
53
+ - [ Primary key] ( #primary-key )
54
+ - [ Keep zero facets] ( #keep-zero-facets )
55
+ - [ Request Config] ( #request-config )
56
+ - [ Custom HTTP client] ( #custom-http-client )
57
+ - [ Meilisearch search parameters] ( #meilisearch-search-parameters )
58
+ - [ Modify Meilisearch search parameters] ( #modify-meilisearch-search-parameters )
48
59
- [ 🪡 Example with InstantSearch] ( #-example-with-instantsearch )
60
+ - [ More Documentation] ( #more-documentation )
49
61
- [ 🤖 Compatibility with Meilisearch and InstantSearch] ( #-compatibility-with-meilisearch-and-instantsearch )
50
- - [ 📜 API Resources] ( #-api-resources )
62
+ - [ 📜 API resources] ( #-api-resources )
63
+ - [ Table Of Widgets] ( #table-of-widgets )
64
+ - [ ✅ InstantSearch] ( #-instantsearch )
65
+ - [ ✅ Index] ( #-index )
66
+ - [ ✅ SearchBox] ( #-searchbox )
67
+ - [ ✅ Configure] ( #-configure )
68
+ - [ ❌ ConfigureRelatedItems] ( #-configurerelateditems )
69
+ - [ Panel] ( #panel )
70
+ - [ ❌ Autocomplete] ( #-autocomplete )
71
+ - [ ✅ Voice Search] ( #-voice-search )
72
+ - [ ✅ Insight] ( #-insight )
73
+ - [ ✅ Middleware] ( #-middleware )
74
+ - [ ✅ renderState] ( #-renderstate )
75
+ - [ ✅ Hits] ( #-hits )
76
+ - [ ✅ InfiniteHits] ( #-infinitehits )
77
+ - [ ✅ Highlight] ( #-highlight )
78
+ - [ ✅ Snippet] ( #-snippet )
79
+ - [ ✅ Geo Search] ( #-geo-search )
80
+ - [ Requirements] ( #requirements )
81
+ - [ Usage] ( #usage )
82
+ - [ ❌ Answers] ( #-answers )
83
+ - [ ✅ RefinementList] ( #-refinementlist )
84
+ - [ ✅ HierarchicalMenu] ( #-hierarchicalmenu )
85
+ - [ Hierarchical Menu Usage] ( #hierarchical-menu-usage )
86
+ - [ ✅ RangeSlider] ( #-rangeslider )
87
+ - [ ✅ Menu] ( #-menu )
88
+ - [ ✅ currentRefinements] ( #-currentrefinements )
89
+ - [ ✅ RangeInput] ( #-rangeinput )
90
+ - [ ✅ MenuSelect] ( #-menuselect )
91
+ - [ ✅ ToggleRefinement] ( #-togglerefinement )
92
+ - [ ✅ NumericMenu] ( #-numericmenu )
93
+ - [ ✅ RatingMenu] ( #-ratingmenu )
94
+ - [ ✅ ClearRefinements] ( #-clearrefinements )
95
+ - [ ✅ Pagination] ( #-pagination )
96
+ - [ ✅ HitsPerPage] ( #-hitsperpage )
97
+ - [ ✅ Breadcrumb] ( #-breadcrumb )
98
+ - [ ✅ Stats] ( #-stats )
99
+ - [ ❌ Analytics] ( #-analytics )
100
+ - [ ❌ QueryRuleCustomData] ( #-queryrulecustomdata )
101
+ - [ ❌ QueryRuleContext] ( #-queryrulecontext )
102
+ - [ ✅ SortBy] ( #-sortby )
103
+ - [ Sort formula] ( #sort-formula )
104
+ - [ Relevancy] ( #relevancy )
105
+ - [ Example] ( #example )
106
+ - [ ❌ RelevantSort] ( #-relevantsort )
107
+ - [ ✅ Routing] ( #-routing )
51
108
- [ ⚙️ Development Workflow and Contributing] ( #️-development-workflow-and-contributing )
52
109
53
110
## 📖 Documentation
@@ -346,6 +403,7 @@ search.start()
346
403
- The [ Meilisearch documentation] ( https://www.meilisearch.com/docs/ ) .
347
404
- If you use React, check out [ meilisearch-react] ( https://github.com/meilisearch/meilisearch-react/ )
348
405
- If you use Vue, check out [ meilisearch-vue] ( https://github.com/meilisearch/meilisearch-vue/ )
406
+ <!-- @TODO -->
349
407
- If you use Angular, check out [ meilisearch-angular] ( https://github.com/meilisearch/meilisearch-angular/ )
350
408
351
409
0 commit comments