diff --git a/config/anything.php b/config/anything.php
index b2bc0d5..b498ea0 100644
--- a/config/anything.php
+++ b/config/anything.php
@@ -3,5 +3,7 @@
declare(strict_types=1);
return [
- // dex/anything
+ 'search' => [
+ 'operator' => env('ANYTHING_SEARCH_OPERATOR', 'ilike'),
+ ],
];
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 5a7c298..58de44c 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -6,6 +6,9 @@
+
+
+