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
`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/).
245
245
@@ -1042,7 +1042,7 @@ Virtual indices allow you to use Relevant sort, a sorting mechanism that favors
1042
1042
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
1043
1044
1044
1045
-
## Development Workflow and Contributing
1045
+
## ⚙️ Development Workflow and Contributing
1046
1046
1047
1047
Any new contribution is more than welcome in this project!
0 commit comments