Skip to content

Commit 1430002

Browse files
committed
fix
1 parent b5f5227 commit 1430002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search/SearchQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SearchQuery implements SortableQuery
2424
protected SortCollection $sorts;
2525
protected ?int $size = null;
2626
protected ?int $from = null;
27-
protected array $fields = ["region_id"];
27+
protected array $fields = [];
2828
protected array $include = [];
2929
protected array $exclude = [];
3030

0 commit comments

Comments
 (0)