Skip to content

Commit 52d03cf

Browse files
Update QueryDataTable.php
1 parent 35cffd4 commit 52d03cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QueryDataTable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ public function ordering(): void
943943
* @param string $model
944944
* @param int $max_hits
945945
* @return $this
946+
*
946947
* @throws \Exception
947948
*/
948949
public function enableScoutSearch(string $model, int $max_hits = 1000): static
@@ -1083,6 +1084,7 @@ protected function applyFixedOrderingToQuery(string $keyName, array $orderedKeys
10831084
* @param string $searchKeyword
10841085
* @param mixed $searchFilters
10851086
* @return array
1087+
*
10861088
* @throws \Exception
10871089
*/
10881090
protected function performScoutSearch(string $searchKeyword, mixed $searchFilters = []): array

0 commit comments

Comments
 (0)