separation of filters into post and query
Showing
- .env.example 4 additions, 0 deletions.env.example
- .gitignore 3 additions, 1 deletion.gitignore
- composer.json 12 additions, 0 deletionscomposer.json
- phpunit.xml.dist 24 additions, 0 deletionsphpunit.xml.dist
- src/ElasticSearch/Converter/CriteriaToEsRequest.php 72 additions, 20 deletionssrc/ElasticSearch/Converter/CriteriaToEsRequest.php
- src/ElasticSearch/Filter/PostFilterCollection.php 9 additions, 0 deletionssrc/ElasticSearch/Filter/PostFilterCollection.php
- src/ElasticSearch/Filter/QueryFilterCollection.php 9 additions, 0 deletionssrc/ElasticSearch/Filter/QueryFilterCollection.php
- tests/AbstractTestCase.php 21 additions, 0 deletionstests/AbstractTestCase.php
- tests/FIlter/QueryTest.php 336 additions, 0 deletionstests/FIlter/QueryTest.php
- tests/Factory/ClientFactory.php 25 additions, 0 deletionstests/Factory/ClientFactory.php
- tests/Helpers/Arr.php 24 additions, 0 deletionstests/Helpers/Arr.php
- tests/Seed/DefaultSeed.php 138 additions, 0 deletionstests/Seed/DefaultSeed.php
- tests/Service/SearchClient.php 29 additions, 0 deletionstests/Service/SearchClient.php
- tests/bootstrap.php 8 additions, 0 deletionstests/bootstrap.php
Loading
Please register or sign in to comment