From a6ab0326c5aa17ca98431b8b72e3d107a52bcca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 25 Apr 2018 14:22:14 +0200 Subject: [PATCH 1/7] feat: Add `search-client` support --- src/components/Index.vue | 54 ++++++++++++++++++++++++++++++++++------ 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/src/components/Index.vue b/src/components/Index.vue index e1218e73c..b6807d919 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -5,7 +5,10 @@ +``` + ### Create a search store from an Algolia helper instance The [Algolia helper](https://github.com/algolia/algoliasearch-helper-js) is a JavaScript library that is built on top of the Algolia API client. Its goal is to enable a simple API to achieve advanced queries while also providing utility methods and behavior like keeping track of the last result.