TypesenseBundle icon indicating copy to clipboard operation
TypesenseBundle copied to clipboard

ImportCommand throws error when there is only one page of items

Open alexsegura opened this issue 2 years ago • 0 comments

Describe the bug

When there is only one page of items to import, the command fails with the following error:

[ERROR] The first-page option (1) is bigger than the last-page option (0)

To Reproduce

Import an entity with less than 100 entries (the default).

Expected behavior

The import should work with any amount of items to import.

Linked with #74 & #75

alexsegura avatar Mar 30 '23 09:03 alexsegura