{"id":16374456,"url":"https://github.com/azz/simple-search-parser","last_synced_at":"2026-03-26T09:30:23.965Z","repository":{"id":57360849,"uuid":"74254339","full_name":"azz/simple-search-parser","owner":"azz","description":"Simple text search parser","archived":false,"fork":false,"pushed_at":"2016-11-20T05:37:31.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T14:29:27.043Z","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/azz.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":"2016-11-20T05:13:22.000Z","updated_at":"2016-11-20T05:37:32.000Z","dependencies_parsed_at":"2022-09-06T22:21:26.019Z","dependency_job_id":null,"html_url":"https://github.com/azz/simple-search-parser","commit_stats":null,"previous_names":["derflatulator/simple-search-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fsimple-search-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fsimple-search-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fsimple-search-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fsimple-search-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azz","download_url":"https://codeload.github.com/azz/simple-search-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239946913,"owners_count":19723014,"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-10-11T03:17:18.866Z","updated_at":"2026-03-26T09:30:23.897Z","avatar_url":"https://github.com/azz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# simple search parser\n\nParses expressions like:\n\n* \"Cars or Boats\"\n* \"Donald and not Trump\"\n* \"Snakes and Planes\"\n* \"Cars or Boats and not Snakes\"\n\nAnd returns a function that matches strings on the given expression.\n\n## install\n\n```bash\nnpm install simple-search-parser\n```\n\n## usage\n\n```js\nconst parse = require('simple-search-parser');\n\nconst match = parse('Cars or Boats');\n\nmatch('I like cars!'); // ==\u003e true\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazz%2Fsimple-search-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazz%2Fsimple-search-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazz%2Fsimple-search-parser/lists"}