Skip to content

Commit

Permalink
fixed #1 - Deleting a not indexed object results in error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fasching committed Oct 19, 2017
1 parent d683c49 commit 67d0456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use AdvancedObjectSearchBundle\Filter\FilterEntry;
use AdvancedObjectSearchBundle\Tools\Installer;
use Elasticsearch\Client;
use Elasticsearch\Common\Exceptions\Missing404Exception;
use ONGR\ElasticsearchDSL\BuilderInterface;
use ONGR\ElasticsearchDSL\Query\Compound\BoolQuery;
use ONGR\ElasticsearchDSL\Query\FullText\QueryStringQuery;
Expand Down

0 comments on commit 67d0456

Please sign in to comment.