Skip to content

Conversation

@imhayatunnabi
Copy link

  1. Filter Logic (AND/OR Groups)
    Current Limitation: All filters are combined with AND logic only
  • Enhancement: Support for complex filter groups with AND/OR logic
  • Use Case:
    • ?filter[or][name]=John&filter[or][email][email protected] (name OR email)
    • ?filter[and][status]=active&filter[or][role]=admin&filter[or][role]=moderator
  1. JSON Column Filtering Support
    Current Limitation: No built-in support for filtering JSON columns
  • Enhancement: Native support for filtering JSON columns using Laravel's JSON where clauses
  • Use Case:
    • ?filter[metadata->key]=value
    • ?filter[settings->theme]=dark
    • ?filter[tags->0]=php

@freekmurze
Copy link
Member

Since this adds a lot of complexity to the package which we don't need right now, we're going to pass on this.

@freekmurze freekmurze closed this Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants