{"id":29020326,"url":"https://github.com/appbaseio/reactivesearch-shopify-plugin","last_synced_at":"2025-10-06T22:10:25.795Z","repository":{"id":37692321,"uuid":"146443447","full_name":"appbaseio/reactivesearch-shopify-plugin","owner":"appbaseio","description":"Shopify Plugin for ReactiveSearch","archived":false,"fork":false,"pushed_at":"2023-01-27T08:42:11.000Z","size":14814,"stargazers_count":0,"open_issues_count":6,"forks_count":3,"subscribers_count":4,"default_branch":"main-old","last_synced_at":"2025-10-04T16:33:58.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"reactivesearch-shopify-plugin.vercel.app","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/appbaseio.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}},"created_at":"2018-08-28T12:22:06.000Z","updated_at":"2023-04-13T02:21:45.000Z","dependencies_parsed_at":"2023-02-15T07:16:09.771Z","dependency_job_id":null,"html_url":"https://github.com/appbaseio/reactivesearch-shopify-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/appbaseio/reactivesearch-shopify-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Freactivesearch-shopify-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Freactivesearch-shopify-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Freactivesearch-shopify-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Freactivesearch-shopify-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appbaseio","download_url":"https://codeload.github.com/appbaseio/reactivesearch-shopify-plugin/tar.gz/refs/heads/main-old","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbaseio%2Freactivesearch-shopify-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278687054,"owners_count":26028414,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-06-26T01:05:23.237Z","updated_at":"2025-10-06T22:10:25.781Z","avatar_url":"https://github.com/appbaseio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactiveSearch Shopify Plugin\n\nThis is the based code for the search and recommendations UI builder plugins that are part of [UI Builder](https://appbase.io/product/ui-builder/). It uses [ReactiveSearch](https://github.com/appbaseio/reactivesearch) under the hood.\n\n### Setup\nAfter cloning this repo, You can run it locally by adding the following script in `index.html`. It defines the `APPBASE_SEARCH_PREFERENCES` that configures the search.\n\n```jsx\n\u003cscript\u003evar APPBASE_SEARCH_PREFERENCES=\"{\\\"themeSettings\\\":{\\\"type\\\":\\\"classic\\\",\\\"customCss\\\":\\\"\\\",\\\"rsConfig\\\":{\\\"colors\\\":{\\\"primaryColor\\\":\\\"#0B6AFF\\\",\\\"primaryTextColor\\\":\\\"#fff\\\",\\\"textColor\\\":\\\"#424242\\\",\\\"titleColor\\\":\\\"#424242\\\"},\\\"typography\\\":{\\\"fontFamily\\\":\\\"default\\\"}}},\\\"globalSettings\\\":{\\\"currency\\\":\\\"USD\\\",\\\"showSelectedFilters\\\":true},\\\"exportSettings\\\":{\\\"exportAs\\\":\\\"embed\\\",\\\"credentials\\\":\\\"b4fdbea71722:46ea953d-79b0-43ec-a1a7-21465f67bff3\\\",\\\"openAsPage\\\":false,\\\"type\\\":\\\"shopify\\\"},\\\"resultSettings\\\":{\\\"fields\\\":{\\\"title\\\":\\\"title\\\",\\\"description\\\":\\\"body_html\\\",\\\"price\\\":\\\"variants.price\\\",\\\"image\\\":\\\"image.src\\\",\\\"handle\\\":\\\"handle\\\"},\\\"customMessages\\\":{\\\"resultStats\\\":\\\"[count] products found in [time] ms\\\",\\\"noResults\\\":\\\"No Results Found!\\\"},\\\"rsConfig\\\":{\\\"pagination\\\":false,\\\"infiniteScroll\\\":true}},\\\"searchSettings\\\":{\\\"customMessages\\\":{\\\"noResults\\\":\\\"No suggestions found for \u003cmark\u003e[term]\u003c/mark\u003e\\\"},\\\"searchButton\\\":{\\\"icon\\\":\\\"\\\",\\\"text\\\":\\\"Click here to search\\\"},\\\"fields\\\":{\\\"title\\\":\\\"title\\\",\\\"description\\\":\\\"body_html\\\",\\\"price\\\":\\\"variants.price\\\",\\\"image\\\":\\\"image.src\\\",\\\"handle\\\":\\\"handle\\\"},\\\"rsConfig\\\":{\\\"enablePopularSuggestions\\\":true}},\\\"facetSettings\\\":{\\\"staticFacets\\\":[],\\\"dynamicFacets\\\":[]},\\\"syncSettings\\\":{\\\"product_sync\\\":true,\\\"smartcollection_sync\\\":true,\\\"customcollection_sync\\\":true,\\\"collect_sync\\\":false,\\\"metafield_sync\\\":false,\\\"namedtags_sync\\\":false},\\\"appbaseSettings\\\":{\\\"index\\\":\\\"kul-shopify-ecomm\\\",\\\"credentials\\\":\\\"b4fdbea71722:46ea953d-79b0-43ec-a1a7-21465f67bff3\\\",\\\"url\\\":\\\"https://appbase-demo-ansible-abxiydt-arc.searchbase.io\\\"}}\";\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappbaseio%2Freactivesearch-shopify-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappbaseio%2Freactivesearch-shopify-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappbaseio%2Freactivesearch-shopify-plugin/lists"}