alleyinteractive / alleyinteractive/searchpress
Page size is displayed incorrectly
未關閉
bug
- 主要語言
- PHP
- 星號
- 85
- 分支
- 10
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### Description of the bug
When the page size is 1000 or above, it gets displayed incorrectly in the CLI
```Indexing 10,104 posts, 2 at a time, starting on page 1```
when it should be
```Indexing 10,104 posts, 2,000 at a time, starting on page 1```
### Steps To Reproduce
run `wp searchpress index --flush --put-mapping` with a page size >= 1000
### Additional Information
_No response_
貢獻指南
評估
這個 Issue 還沒有評估資料。