You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
696: Fix hyperlinks of the table of contents r=bidoubiwa a=bidoubiwa
701: Add link to explaination on how to set up refinementList r=bidoubiwa a=bidoubiwa
Co-authored-by: Charlotte Vermandel <[email protected]>
Co-authored-by: cvermand <[email protected]>
`instant-meilisearch` is a client for `instantsearch.js`. It does not create any UI component by itself.<br>
62
62
To be able to create a search interface, you'll need to [install `instantsearch.js`](https://www.algolia.com/doc/guides/building-search-ui/installation/js/) as well.
63
63
64
-
## Usage
64
+
## 🎬 Usage
65
65
66
66
### Basic
67
67
@@ -149,7 +149,7 @@ genres:
149
149
{ keepZeroFacets :true } // default: false
150
150
```
151
151
152
-
## Example with InstantSearch
152
+
## ⚡️ Example with InstantSearch
153
153
154
154
The open-source [InstantSearch](https://www.algolia.com/doc/api-reference/widgets/js/) library powered by Algolia provides all the front-end tools you need to highly customize your search bar environment.
155
155
@@ -239,7 +239,7 @@ This package only guarantees the compatibility with the [version v0.26.0 of Meil
239
239
- NodeJS >= 12.10 <= 14
240
240
- NPM >= 6.x
241
241
242
-
## API resources
242
+
## 📜 API resources
243
243
244
244
List of all the components that are available in [instantSearch](https://github.com/algolia/instantsearch.js) and their compatibility with [Meilisearch](https://github.com/meilisearch/meilisearch/).
⚠️ To make refinementList work, [please refer to this](#hierarchical-menu-usage).
661
+
660
662
### ✅ HierarchicalMenu
661
663
662
664
[Hierarchical menu references](https://www.algolia.com/doc/api-reference/widgets/hierarchical-menu/js/)
@@ -1042,7 +1044,7 @@ Virtual indices allow you to use Relevant sort, a sorting mechanism that favors
1042
1044
Routing is configured inside `instantSearch` component. Please refer [to the documentation](https://www.algolia.com/doc/api-reference/widgets/simple-state-mapping/js/) for further implementation information.
1043
1045
1044
1046
1045
-
## Development Workflow and Contributing
1047
+
## ⚙️ Development Workflow and Contributing
1046
1048
1047
1049
Any new contribution is more than welcome in this project!
0 commit comments