headlesslaravel / finders

MIT License
0 stars 1 forks source link

Filters: options support key => value #1

Open dillingham opened 2 years ago

dillingham commented 2 years ago
Filter::make('shipmode')->options([
    'some-url-value' => 'Some Url Value' 
]);

Needs to see if keys are not numeric, validate using array_keys