Welcome!
What did you do?
if i use api/v1/results i get all results. If I try api/v1/results?filter[start_at]>=2026-01-01 the data has no items. I try every variation like filter[start_at]>="2026-01-01" and filter[start_at]>="2026-01-01T00:00:00.000Z" and filter[start_at]="2026-01-01" - but nothing works. Only filter[start_at]<>"2026-01-01" gets again ALL results.
Is this my fault or a bug?
Thanks, Alex
Expected Behavior
Get results only after the start_at date...
Steps to Reproduce
Call the API with start_at filter
Deployment Environment
Docker Compose
What is your environment & configuration?
# (paste your configuration here)
Add more configuration information here.
Application Information
{"environment":{"application_name":"Speedtest @ 1000MBit\/75MBit Cabel","laravel_version":"12.49.0","php_version":"8.4.16","composer_version":"2.9.5","environment":"production","debug_mode":false,"url":"speed.home.palmi.zone","maintenance_mode":false,"timezone":"Europe\/Berlin","locale":"en"},"cache":{"config":true,"events":true,"routes":true,"views":true},"drivers":{"broadcasting":"null","cache":"database","database":"mysql","logs":"stderr","mail":"smtp","queue":"database","session":"database"},"storage":{"\/app\/www\/public\/storage":false},"filament":{"version":"v4.6.3","packages":"filament, forms, notifications, support, tables, actions, infolists, schemas, widgets","views":"NOT PUBLISHED","blade_icons":"CACHED","panel_components":"CACHED"},"livewire":{"livewire":"v3.7.8"},"speedtest_tracker":{"version":"v1.13.10"}}
What browser(s) are you seeing the problem on?
Bruno and curl
Logs
Welcome!
What did you do?
if i use api/v1/results i get all results. If I try api/v1/results?filter[start_at]>=2026-01-01 the data has no items. I try every variation like filter[start_at]>="2026-01-01" and filter[start_at]>="2026-01-01T00:00:00.000Z" and filter[start_at]="2026-01-01" - but nothing works. Only filter[start_at]<>"2026-01-01" gets again ALL results.
Is this my fault or a bug?
Thanks, Alex
Expected Behavior
Get results only after the start_at date...
Steps to Reproduce
Call the API with start_at filter
Deployment Environment
Docker Compose
What is your environment & configuration?
# (paste your configuration here)Add more configuration information here.
Application Information
{"environment":{"application_name":"Speedtest @ 1000MBit\/75MBit Cabel","laravel_version":"12.49.0","php_version":"8.4.16","composer_version":"2.9.5","environment":"production","debug_mode":false,"url":"speed.home.palmi.zone","maintenance_mode":false,"timezone":"Europe\/Berlin","locale":"en"},"cache":{"config":true,"events":true,"routes":true,"views":true},"drivers":{"broadcasting":"null","cache":"database","database":"mysql","logs":"stderr","mail":"smtp","queue":"database","session":"database"},"storage":{"\/app\/www\/public\/storage":false},"filament":{"version":"v4.6.3","packages":"filament, forms, notifications, support, tables, actions, infolists, schemas, widgets","views":"NOT PUBLISHED","blade_icons":"CACHED","panel_components":"CACHED"},"livewire":{"livewire":"v3.7.8"},"speedtest_tracker":{"version":"v1.13.10"}}What browser(s) are you seeing the problem on?
Bruno and curl
Logs
no errors in the log