{"id":28264172,"url":"https://github.com/clems71/filter-by-string","last_synced_at":"2026-04-14T06:33:24.279Z","repository":{"id":85487090,"uuid":"81442347","full_name":"clems71/filter-by-string","owner":"clems71","description":"Filter a collection of objects from a search string","archived":false,"fork":false,"pushed_at":"2017-04-13T12:40:10.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T06:44:00.358Z","etag":null,"topics":["filter","nodejs","npm","search"],"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/clems71.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,"zenodo":null}},"created_at":"2017-02-09T11:15:28.000Z","updated_at":"2017-02-09T11:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3bd1ece-36a3-4a53-8b7a-7edd8f38b4a6","html_url":"https://github.com/clems71/filter-by-string","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clems71/filter-by-string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clems71%2Ffilter-by-string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clems71%2Ffilter-by-string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clems71%2Ffilter-by-string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clems71%2Ffilter-by-string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clems71","download_url":"https://codeload.github.com/clems71/filter-by-string/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clems71%2Ffilter-by-string/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["filter","nodejs","npm","search"],"created_at":"2025-05-20T08:12:48.739Z","updated_at":"2026-04-14T06:33:24.264Z","avatar_url":"https://github.com/clems71.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filter-by-string\n\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\n## Simple example\n\n```js\nconst filterByString = require('filter-by-string')\n\nconst collection = [\n  { id: 123, title: 'wash dishes', draft: false },\n  { id: 124, title: 'wash house', draft: true },\n  { id: 125, title: 'clean whiteboard', draft: false }\n]\n\nconst result = filterByString('draft is false and title is wash*', collection)\n\n// result is [{ id: 123, title: 'wash dishes', draft: false }]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclems71%2Ffilter-by-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclems71%2Ffilter-by-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclems71%2Ffilter-by-string/lists"}