Skip to content

Commit

Permalink
Merge pull request #3902 from Roardom/fix-person-quick-search
Browse files Browse the repository at this point in the history
(Fix) Quick search not showing people with no still
  • Loading branch information
HDVinnie authored Jun 4, 2024
2 parents 0872dfb + 60c12aa commit 7fe71e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Livewire/QuickSearchDropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public function render(): \Illuminate\Contracts\View\Factory|\Illuminate\Contrac
->get(),
'persons' => Person::query()
->select(['id', 'still', 'name'])
->whereNotNull('still')
->where('name', 'LIKE', $search)
->oldest('name')
->take(10)
Expand Down

0 comments on commit 7fe71e5

Please sign in to comment.