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 d30e5d7 commit d7bc747Copy full SHA for d7bc747
src/Contracts/HybridSearchOptions.php
@@ -2,7 +2,7 @@
2
3
declare(strict_types=1);
4
5
-namespace MeiliSearch\Contracts;
+namespace Meilisearch\Contracts;
6
7
class HybridSearchOptions
8
{
src/Contracts/SearchQuery.php
@@ -27,7 +27,7 @@ class SearchQuery
27
private ?int $hitsPerPage;
28
private ?int $page;
29
private ?array $vector;
30
- private ?HybridSearchOptions $hybrid;
+ private ?HybridSearchOptions $hybrid = null;
31
private ?array $attributesToSearchOn = null;
32
private ?bool $showRankingScore = null;
33
private ?bool $showRankingScoreDetails = null;
0 commit comments