alleyinteractive / alleyinteractive/searchpress
Add a `min-id` argument to the `index` CLI command.
Open
CLI
- Dominant language
- PHP
- Stars
- 85
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Consider adding an argument to the `index` CLI command to allow a minimum post ID to be specified for indexing. A possible means of implementation would be to filter `posts_where` to alter the `WHERE` clause to only return posts greater than or equal to the given ID.
Contributor guide
Assessment
This issue has not been assessed yet.