Skip to content

Commit

Permalink
fix: Issue
Browse files Browse the repository at this point in the history
Issue #1579
  • Loading branch information
lee-to committed Mar 1, 2025
1 parent 3cdabe8 commit ed1ac3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/src/Http/Controllers/AsyncSearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function __invoke(RelationModelFieldRequest $request): Response
"%$term%"
)
)
->whereNotIn($model->getKeyName(), $except)
->whereNotIn($model->getQualifiedKeyName(), $except)
->offset($offset)
->limit($field->getAsyncSearchCount());

Expand Down

0 comments on commit ed1ac3f

Please sign in to comment.