{"id":20303894,"url":"https://github.com/billstclair/elm-id-search","last_synced_at":"2025-07-30T02:05:18.375Z","repository":{"id":57674864,"uuid":"172378109","full_name":"billstclair/elm-id-search","owner":"billstclair","description":"An index to aid in auto-completion of record ids","archived":false,"fork":false,"pushed_at":"2019-02-26T14:56:17.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T23:19:59.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://billstclair.github.io/elm-id-search","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billstclair.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}},"created_at":"2019-02-24T19:05:58.000Z","updated_at":"2020-08-20T10:42:24.000Z","dependencies_parsed_at":"2022-09-02T17:08:56.036Z","dependency_job_id":null,"html_url":"https://github.com/billstclair/elm-id-search","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/billstclair/elm-id-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-id-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-id-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-id-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-id-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billstclair","download_url":"https://codeload.github.com/billstclair/elm-id-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-id-search/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797287,"owners_count":24145700,"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-30T02:00:09.044Z","response_time":70,"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":"2024-11-14T16:41:35.883Z","updated_at":"2025-07-30T02:05:18.313Z","avatar_url":"https://github.com/billstclair.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"The [billstclair/elm-id-search](http://package.elm-lang.org/packages/billstclair/elm-id-search/latest) package allows quick search for substrings of record identification strings.\n\nYou can use it to index identifying strings for any record type. For example, you could index `User` records by their userid to offer completions while typing \"@foo\" for a Twitter interface.\n\nThere's a live example, showing completion of lists of popular boy and girl baby names at https://billstclair.github.io/elm-id-search\n\nAn `elm repl` example:\n\n```\n$ elm repl\n\u003e import IdSearch exposing (..)\n\u003e ids = [\"avh4\",\"brianhicks\",\"czaplic\",\"eeue56\",\"elmlang\",\"lukewestby\",\"mdgriffith\",\"noredink\",\"rtfeldman\",\"terezka\",\"zwilias\"]\n\u003e table = makeTable 3 List.singleton |\u003e insertList ids\n{ dictCount = 3, dicts = [Dict ... ]\n, getIdentifiers = \u003cfunction\u003e }\n    : Table String\n\u003e lookup \"c\" table\n[\"czaplic\"] : List String\n\u003e lookup \"li\" table\n[\"zwilias\",\"czaplic\"] : List String\n\u003e lookup \"hicks\" table\n[\"brianhicks\"] : List String\n\u003e lookup \"hicke\" table\n[] : List String\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Felm-id-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillstclair%2Felm-id-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Felm-id-search/lists"}