Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 11, 2024
1 parent 5f9481b commit a11290a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Engines/TypesenseEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,17 @@ protected function usesSoftDelete($model): bool
return in_array(SoftDeletes::class, class_uses_recursive($model), true);
}

/**
* Set the search options provided by user.
*
* @param array $options
* @return $this
*/
public function withSearchParameters(array $options): static
{
return $this->setSearchParameters($options);
}

/**
* Set the search options provided by user.
*
Expand Down

0 comments on commit a11290a

Please sign in to comment.