Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: All filter not working #2185

Open
asmaa143 opened this issue Jan 21, 2025 · 4 comments
Open

[Bug]: All filter not working #2185

asmaa143 opened this issue Jan 21, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@asmaa143
Copy link

What happened?

All filter property not work

How to reproduce the bug

No response

Package Version

No response

PHP Version

None

Laravel Version

No response

Alpine Version

No response

Theme

None

Notes

No response

Error Message

No response

@asmaa143 asmaa143 added the bug Something isn't working label Jan 21, 2025
@sca1235
Copy link

sca1235 commented Jan 22, 2025

same issue. most recent version v3.6.0 breaks. there some type of upgrade guide or something missing that would cause this?

reverting back to "version": "v3.5.10", fixes for now..

@lrljoe
Copy link
Collaborator

lrljoe commented Jan 24, 2025

If this is in relation to the queryString, then I'm aware and on it.

If it's something else, please elaborate!

@asmaa143
Copy link
Author

If this is in relation to the queryString, then I'm aware and on it.

If it's something else, please elaborate!

all type of filter datetime , dropdown like this
DateFilter::make('From') ->filter(function (Builder $builder, string $value) { $builder->where('created_at', '>=', $value); }), DateFilter::make('To') ->filter(function (Builder $builder, string $value) { $builder->where('created_at', '<=', $value); }),

@lrljoe
Copy link
Collaborator

lrljoe commented Feb 9, 2025

@sca1235 and @asmaa143 -
What exactly isn't working please. I'm trying to replicate your issue, but I have been unable to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants