searchpress
searchpress copied to clipboard
Add a `min-id` argument to the `index` CLI command.
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.