We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f5227 commit 1430002Copy full SHA for 1430002
src/Search/SearchQuery.php
@@ -24,7 +24,7 @@ class SearchQuery implements SortableQuery
24
protected SortCollection $sorts;
25
protected ?int $size = null;
26
protected ?int $from = null;
27
- protected array $fields = ["region_id"];
+ protected array $fields = [];
28
protected array $include = [];
29
protected array $exclude = [];
30
0 commit comments