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

Add support for Ransack 4 #2438

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Commits on Mar 30, 2023

  1. Add support for Ransack 4

    `extend` your class with `Alchemy::SearchableResource` to
    provide necessary methods for Ransack to allow searching
    and sorting attributes and associations.
    
    By default it allows all string and text attributes to be searched
    and all columns to be sorted. No association are allowed by default.
    
    Existing `searchable_alchemy_resource_attributes` and
    `alchemy_resource_relations` definitions are respected.
    tvdeyen committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8008831 View commit details
    Browse the repository at this point in the history