Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.7 #91

Merged
merged 4 commits into from
May 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
WIP
  • Loading branch information
Arthur LORENT committed May 17, 2022
commit bbadb23d515f61bf54d4e5507333513309a0e947
5 changes: 0 additions & 5 deletions src/Traits/Table/HasSearching.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ public function getSearchField(): string
return $this->searchField;
}

public function getSearchValue(): ?string
{
return $this->searchValue;
}

protected function searchOnColumns(Builder $query, string $searchedValue): void
{
$this->getSearchableColumns()->each(function (Column $column, int $columnKey) use ($query, $searchedValue) {
Expand Down