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 SearchBuilder extensions #342

Closed
wants to merge 3 commits into from

Commits on May 14, 2024

  1. Create SearchBuilderCriteriaProvider.php

    Allow the usage of SearchBuilder plugin, and deal with DateTimeInterface Format .
    
    # Use:
    
                'criteria' => [
                    new SearchBuilderCriteriaProvider($request),
                    new SearchCriteriaProvider(),
                ],
    
    Doctrine extension are needed: https://github.com/beberlei/DoctrineExtensions/tree/master
    
    # To enable extensions
        orm:
            dql:
                datetime_functions:
                    date: DoctrineExtensions\Query\Mysql\Date
                    year: DoctrineExtensions\Query\Mysql\Year
                    yearmonth: DoctrineExtensions\Query\Mysql\YearMonth
    robiinho committed May 14, 2024
    Configuration menu
    Copy the full SHA
    99565b4 View commit details
    Browse the repository at this point in the history
  2. Update index.html.md

    robiinho committed May 14, 2024
    Configuration menu
    Copy the full SHA
    77a20f3 View commit details
    Browse the repository at this point in the history
  3. Update index.html.md

    robiinho committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2c2a1c8 View commit details
    Browse the repository at this point in the history