alleyinteractive / alleyinteractive/searchpress

Page size is displayed incorrectly

Open
#187 0 comments 0 reactions 1 assignee Claimed by @mogmarsh View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.