Skip to content

Update scout.md #689

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

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions scout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
git: 6de28dd6ce5a1bcb1b3e9e914f9799740f0a4897
git: 0e1c98f240a8a1cdf90428698719b936a174fe49
---

# Laravel Scout
Expand Down Expand Up @@ -510,10 +510,10 @@ SCOUT_DRIVER=collection
php artisan scout:import "App\Models\Post"
```

Команду `scout:queue` можно использовать для импорта всех существующих записей с помощью [очередей заданий](/docs/{{version}}/queues):
Команду `scout:queue-import` можно использовать для импорта всех существующих записей с помощью [очередей заданий](/docs/{{version}}/queues):

```shell
php artisan scout:queue "App\Models\Post" --chunk=500
php artisan scout:queue-import "App\Models\Post" --chunk=500
```

Команду `flush` можно использовать для удаления всех записей из поисковых индексов:
Expand Down