{"id":25620780,"url":"https://github.com/codewell/super-search","last_synced_at":"2025-07-28T08:33:38.942Z","repository":{"id":42982815,"uuid":"215817755","full_name":"codewell/super-search","owner":"codewell","description":"Search in an object with a string","archived":false,"fork":false,"pushed_at":"2023-03-04T04:57:48.000Z","size":430,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T07:31:50.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codewell.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":"2019-10-17T14:49:24.000Z","updated_at":"2022-02-09T16:05:54.000Z","dependencies_parsed_at":"2023-02-06T11:30:42.234Z","dependency_job_id":null,"html_url":"https://github.com/codewell/super-search","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codewell/super-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsuper-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsuper-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsuper-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsuper-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewell","download_url":"https://codeload.github.com/codewell/super-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fsuper-search/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267485603,"owners_count":24095283,"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-07-28T02:00:09.689Z","response_time":68,"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-02-22T07:28:02.073Z","updated_at":"2025-07-28T08:33:38.919Z","avatar_url":"https://github.com/codewell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @codewell/super-search\n\nSearch in javascript objects with strings\n\n## Installation\n\n```JavaScript\nnpm install @codewell/super-search\n```\n\n## Basic usage\n\n```JavaScript\nimport { superSearch } from '@codewell/super-search';\n\nconst options = {\n  // Characters that should be ignored in the search object\n  // Defaults to []\n  ignore: [\" \"],\n  \n  // If the search should be case sensitive\n  // defaults to false\n  caseSensitive: false,\n};\n\nsuperSearch()('foo 123', { name: 'foo', age: 123 });\n// =\u003e { numberOfMatches: 2, fullMatch: false }\n\nsuperSearch({ignore: [\" \"]})('foo', { key: 'f o o' });\n// =\u003e { numberOfMatches: 1, fullMatch: true }\n\nsuperSearch({caseSensitive: true})('Foo', { key: 'foo' });\n// =\u003e { numberOfMatches: 0, fullMatch: false }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fsuper-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewell%2Fsuper-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fsuper-search/lists"}