File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1111use ApiPlatform \OpenApi \Model \Parameter ;
1212use ApiPlatform \OpenApi \Model \Response ;
1313use App \Api \Filter \ElasticSearch \BooleanFilter ;
14- use App \Api \Filter \ElasticSearch \DateFilter ;
1514use App \Api \Filter \ElasticSearch \DateRangeFilter ;
1615use App \Api \Filter \ElasticSearch \IdFilter ;
1716use App \Api \Filter \ElasticSearch \MatchFilter ;
7473 'end ' => 'lte ' ,
7574 'updated ' => 'gte ' ,
7675 ],
77- // Arguments only exist to provide backward compatibility with filters originally defined by the DateFilter
76+ // Arguments only exist to provide backward compatibility with filters originally defined by the Date filter
7877 arguments: [
7978 'config ' => [
8079 'gte ' => [
Original file line number Diff line number Diff line change 7373 'occurrences.end ' => 'lte ' ,
7474 'updated ' => 'gte ' ,
7575 ],
76- // Arguments only exist to provide backward compatibility with filters originally defined by the DateFilter
76+ // Arguments only exist to provide backward compatibility with filters originally defined by the Date filter
7777 arguments: [
7878 'config ' => [
7979 'gte ' => [
Original file line number Diff line number Diff line change 1010use ApiPlatform \OpenApi \Model \Operation ;
1111use ApiPlatform \OpenApi \Model \Parameter ;
1212use ApiPlatform \OpenApi \Model \Response ;
13- use App \Api \Filter \ElasticSearch \DateFilter ;
1413use App \Api \Filter \ElasticSearch \DateRangeFilter ;
1514use App \Api \Filter \ElasticSearch \MatchFilter ;
1615use App \Api \State \LocationRepresentationProvider ;
5857 properties: [
5958 'updated ' => 'start ' ,
6059 ],
61- // Arguments only exist to provide backward compatibility with filters originally defined by the DateFilter
60+ // Arguments only exist to provide backward compatibility with filters originally defined by the Date filter
6261 arguments: [
6362 'config ' => [
6463 'start ' => [
Original file line number Diff line number Diff line change 1010use ApiPlatform \OpenApi \Model \Operation ;
1111use ApiPlatform \OpenApi \Model \Parameter ;
1212use ApiPlatform \OpenApi \Model \Response ;
13- use App \Api \Filter \ElasticSearch \DateFilter ;
1413use App \Api \Filter \ElasticSearch \DateRangeFilter ;
1514use App \Api \Filter \ElasticSearch \IdFilter ;
1615use App \Api \Filter \ElasticSearch \MatchFilter ;
7069 'end ' => 'lte ' ,
7170 'updated ' => 'gte ' ,
7271 ],
73- // Arguments only exist to provide backward compatibility with filters originally defined by the DateFilter
72+ // Arguments only exist to provide backward compatibility with filters originally defined by the Date filter
7473 arguments: [
7574 'config ' => [
7675 'gte ' => [
Original file line number Diff line number Diff line change 1010use ApiPlatform \OpenApi \Model \Operation ;
1111use ApiPlatform \OpenApi \Model \Parameter ;
1212use ApiPlatform \OpenApi \Model \Response ;
13- use App \Api \Filter \ElasticSearch \DateFilter ;
1413use App \Api \Filter \ElasticSearch \DateRangeFilter ;
1514use App \Api \Filter \ElasticSearch \MatchFilter ;
1615use App \Api \State \OrganizationRepresentationProvider ;
5857 properties: [
5958 'updated ' => 'start ' ,
6059 ],
61- // Arguments only exist to provide backward compatibility with filters originally defined by the DateFilter
60+ // Arguments only exist to provide backward compatibility with filters originally defined by the Date filter
6261 arguments: [
6362 'config ' => [
6463 'start ' => [
You can’t perform that action at this time.
0 commit comments