{"id":32639327,"url":"https://github.com/codewithdennis/filament-nested-dot-bug","last_synced_at":"2026-02-23T20:38:35.485Z","repository":{"id":320573939,"uuid":"1066400217","full_name":"CodeWithDennis/filament-nested-dot-bug","owner":"CodeWithDennis","description":"Two-level (nested) relation fields (e.g. province.country.name) are not resolving, while single-level relations (e.g. province.name) work correctly.","archived":false,"fork":false,"pushed_at":"2025-09-29T12:38:55.000Z","size":1787,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T15:43:46.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","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/CodeWithDennis.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T12:38:46.000Z","updated_at":"2025-09-29T12:38:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"658a2e62-7b8f-4efc-9d17-2fb8d8654029","html_url":"https://github.com/CodeWithDennis/filament-nested-dot-bug","commit_stats":null,"previous_names":["codewithdennis/filament-nested-dot-bug"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/CodeWithDennis/filament-nested-dot-bug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-nested-dot-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-nested-dot-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-nested-dot-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-nested-dot-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWithDennis","download_url":"https://codeload.github.com/CodeWithDennis/filament-nested-dot-bug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-nested-dot-bug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281914569,"owners_count":26583084,"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-10-31T02:00:07.401Z","response_time":57,"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-10-31T02:10:48.297Z","updated_at":"2025-10-31T02:10:51.686Z","avatar_url":"https://github.com/CodeWithDennis.png","language":"Blade","readme":"### Installation\n\n**Installation**\n\n```bash\ngit clone git@github.com:CodeWithDennis/filament-nested-dot-bug.git\ncd filament-nested-dot-bug/\ncomposer install\nnpm install\nnpm run build\nphp artisan filament:upgrade\ncp .env.example .env\nphp artisan key:generate\nphp artisan migrate\nphp artisan db:seed\n```\n\n**Run the tests to see the 2nd example fail.**\n\n```\nphp artisan test\n```\n\n### Issue\n\nTwo-level (nested) relation fields (e.g. province.country.name) are not resolving, while single-level relations (e.g. province.name) work correctly.\n\n```\nit('can sort by `province.country.name` column', function (): void {\n    $records = Location::factory(3)-\u003ecreate();\n    \n    livewire(ListLocations::class)\n        -\u003eloadTable()\n        -\u003esortTable('province.country.name')\n        -\u003eassertCanSeeTableRecords($records-\u003esortBy('province.country.name'), inOrder: true)\n        -\u003esortTable('province.country.name', 'desc')\n        -\u003eassertCanSeeTableRecords($records-\u003esortByDesc('province.country.name'), inOrder: true);\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdennis%2Ffilament-nested-dot-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithdennis%2Ffilament-nested-dot-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdennis%2Ffilament-nested-dot-bug/lists"}