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

SearchBuilder Extension - Add one necessary file and add informations in the documentation on how to use it. #343

Closed
wants to merge 5 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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e604d8e View commit details
    Browse the repository at this point in the history
  2. Update index.html.md

    use Omines\DataTablesBundle\Adapter\Doctrine\ORM\SearchbuilderCriteriaProvider.php
    robiinho committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f526241 View commit details
    Browse the repository at this point in the history