Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot delete documents from a project #963

Open
allanlasser opened this issue Dec 10, 2024 · 3 comments
Open

Cannot delete documents from a project #963

allanlasser opened this issue Dec 10, 2024 · 3 comments
Labels
bug Something isn't working projects Projects are how we organize documents

Comments

@allanlasser
Copy link
Member

Feedback:

I have a project where there was 86 docs. After scrolling I had all of them on the page. I selected them all and chose Delete. A modal asked for confirmation, I confirmed. Nothing happened.
I did now delete them on the legacy platform, so I cannot test again, but I tried twice before using the legacy. thanks!

@allanlasser allanlasser added bug Something isn't working projects Projects are how we organize documents labels Dec 10, 2024
@allanlasser allanlasser added this to the SvelteKit Bugs milestone Dec 10, 2024
@allanlasser allanlasser changed the title Deleting documents from a project fails Cannot delete documents from a project Dec 10, 2024
@eyeseast
Copy link
Collaborator

There's an undocumented API limit of 25 documents for bulk actions. We could:

  • limit selection to 25
  • remove that limit
  • run operations in batches

@eyeseast
Copy link
Collaborator

Proposed fix: Batch requests in groups of 25, up to 100 documents.

Future feature request: Larger bulk requests should push to a background task.

@duckduckgrayduck
Copy link
Contributor

There are Add-Ons that do most of these bulk actions (that can be called as a background task).

The one that doesn't work is the bulk add to project Add-On, due to endpoint optimization issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working projects Projects are how we organize documents
Projects
None yet
Development

No branches or pull requests

3 participants