alleyinteractive / alleyinteractive/searchpress
Page size is displayed incorrectly
Open
bug
- Dominant language
- PHP
- Stars
- 85
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.