{"id":13745866,"url":"https://github.com/Interactivated/vsf-algolia-search","last_synced_at":"2025-05-09T06:31:03.598Z","repository":{"id":87542319,"uuid":"211252544","full_name":"Interactivated/vsf-algolia-search","owner":"Interactivated","description":"Algolia Search module for Vue Storefront","archived":false,"fork":false,"pushed_at":"2020-10-23T10:22:30.000Z","size":7,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-22T17:32:18.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Interactivated.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-27T06:37:42.000Z","updated_at":"2024-08-03T06:01:22.632Z","dependencies_parsed_at":null,"dependency_job_id":"a7d21470-97e3-4735-8981-fe8a4604573b","html_url":"https://github.com/Interactivated/vsf-algolia-search","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Interactivated%2Fvsf-algolia-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Interactivated%2Fvsf-algolia-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Interactivated%2Fvsf-algolia-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Interactivated%2Fvsf-algolia-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Interactivated","download_url":"https://codeload.github.com/Interactivated/vsf-algolia-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253206007,"owners_count":21871158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T06:00:39.763Z","updated_at":"2025-05-09T06:31:03.335Z","avatar_url":"https://github.com/Interactivated.png","language":"JavaScript","funding_links":[],"categories":["Resources for Vue Storefront 1"],"sub_categories":["Official Resources - v1"],"readme":"\n# This is Algolia Search module for Vue Storefront.\n\nDemo integration to SearchPanel.\n![Demo](https://i.imgur.com/yZzvaE8.png)\n\n## Frontend setup\n\n`storefront/src/modules/index.ts`\n\n```\nimport { Algolia } from '../modules/algolia-search'\n\nexport const registerModules: VueStorefrontModule[] = [\n  ...,\n  Algolia\n]\n\n```\n\n\n`storefront/src/themes/default/components/core/blocks/SearchPanel/SearchPanel.vue`\n\nSetup the new path to `SearchPanel`\n```\n// import SearchPanel from '@vue-storefront/core/compatibility/components/blocks/SearchPanel/SearchPanel'\nimport SearchPanel from 'src/modules/algolia-search/components/SearchPanel'\n```\n\n## Api setup\n\nInstall package to api:\n`cd ../vue-storefront-api`\n`yarn add -W algoliasearch`\n\n\nInstall extension to `vue-storefront-api`:\n```shell\n$ cp -fr src/modules/algolia-search/api/algolia ../vue-storefront-api/src/api/extensions/\n```\n\n\nUpdate setting in configuration:\n`./config/default.json`\n\n```\n\"registeredExtensions\": [\n    ...,\n    \"algolia\"\n  ],\n]\n\n\"extensions\": {\n    ...,\n    \"algolia\": {\n      \"appId\": \"application-id\",\n      \"apiKey\": \"application-key\",\n      \"index\": \"algolia-products-index\"\n    },\n    ...\n}\n```\n\n## Setup the Algolia access (ACL) in Algolia admin panel:\nGo to `Api Keys -\u003e All Api Keys -\u003e Select actual Api Key`\n![Access setup](https://i.imgur.com/8tBUgzf.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInteractivated%2Fvsf-algolia-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInteractivated%2Fvsf-algolia-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInteractivated%2Fvsf-algolia-search/lists"}