{"id":21938892,"url":"https://github.com/doomcommerce/shopify-search","last_synced_at":"2025-03-22T14:43:01.852Z","repository":{"id":191665336,"uuid":"685301523","full_name":"DoomCommerce/Shopify-Search","owner":"DoomCommerce","description":"Shopify search query builder library.","archived":false,"fork":false,"pushed_at":"2023-09-03T11:01:05.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Stable","last_synced_at":"2025-03-22T14:42:57.122Z","etag":null,"topics":["builder","query","search","shopify","syntax"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DoomCommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-30T23:56:33.000Z","updated_at":"2023-09-02T22:14:39.000Z","dependencies_parsed_at":"2025-01-27T14:36:52.469Z","dependency_job_id":"f73d2cca-ef6c-4bfb-b129-438629a30a64","html_url":"https://github.com/DoomCommerce/Shopify-Search","commit_stats":null,"previous_names":["doomcommerce/shopify-search"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoomCommerce%2FShopify-Search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoomCommerce%2FShopify-Search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoomCommerce%2FShopify-Search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoomCommerce%2FShopify-Search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoomCommerce","download_url":"https://codeload.github.com/DoomCommerce/Shopify-Search/tar.gz/refs/heads/Stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244973695,"owners_count":20541022,"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":["builder","query","search","shopify","syntax"],"created_at":"2024-11-29T02:15:23.466Z","updated_at":"2025-03-22T14:43:01.846Z","avatar_url":"https://github.com/DoomCommerce.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align = center \u003e\n\n[![Badge NPM]][NPM]\n\n\u003cbr\u003e\n\n# Shopify Search \u003cbr\u003e Query Builder\n\nCreate search query strings with helper functions.\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align = center \u003e\n\n[![Button Installation]][Installation]  \n[![Button Usage]][Usage]  \n[![Button Examples]][Examples]\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n```ts\nimport { searchify , include , exclude , and } from '@doomcommerce/shopify-search'\n\nconst inRange = include({\n    orders : {\n        from : 1005 ,\n        to : 1010\n    }\n})\n\nconst filterBy = exclude({\n    channels : [ 'gid://shopify/Channel/183109583163' ] ,\n    tags : [ 'Custom Shipping Rate' ]\n})\n\nconst query = searchify(and(inRange,filterBy))\n\nconsole.log(query)\n```\n\n\u003cdiv align = center \u003e\n\n```txt\n( name:\u003e=1005 AND name:\u003c=1010 ) AND ( NOT ( \nsales_channel:'gid://shopify/Channel/183109583163' ) \nAND NOT ( tag:'Custom Shipping Rate' ) )\n```\n\n*Resolved search query will be optimized in the future.*\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-----------------------------------------------------------------------------\u003e\n\n[Badge NPM]: https://img.shields.io/npm/v/%40doomcommerce%2Fshopify-search?style=for-the-badge\u0026logoColor=white\u0026logo=NPM\u0026labelColor=cb0000\u0026color=950000\n[NPM]: https://www.npmjs.com/package/@doomcommerce/shopify-search\n\n[Button Installation]: https://img.shields.io/badge/Installation-539c3f?style=for-the-badge\u0026logoColor=white\u0026logo=docusign\n[Button Examples]: https://img.shields.io/badge/Examples-14539a?style=for-the-badge\u0026logoColor=white\u0026logo=apacheparquet\n[Button Usage]: https://img.shields.io/badge/Usage-b85b4a?style=for-the-badge\u0026logoColor=white\u0026logo=applearcade\n\n\n[Installation]: https://github.com/DoomCommerce/Shopify-Search/tree/Stable/Documentation/Installation.md\n[Examples]: https://github.com/DoomCommerce/Shopify-Search/tree/Stable/Examples\n[Usage]: https://github.com/DoomCommerce/Shopify-Search/tree/Stable/Documentation/Usage.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoomcommerce%2Fshopify-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoomcommerce%2Fshopify-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoomcommerce%2Fshopify-search/lists"}