Skip to content

Add bulk find queries for performers, studios, tags and scenes - #1211

Merged
InfiniteStash merged 1 commit into
stashapp:masterfrom
sashapp:bulk-find-queries
Aug 26, 2026
Merged

Add bulk find queries for performers, studios, tags and scenes#1211
InfiniteStash merged 1 commit into
stashapp:masterfrom
sashapp:bulk-find-queries

Conversation

@sashapp

@sashapp sashapp commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Adds findPerformers, findStudios, findTags and findScenes, each taking a list of ids and returning the entities positionally, with null for any id that was not found. Requests are capped at 100 ids and resolved through the existing dataloaders, so a bulk fetch is a single database query.

Adds findPerformers, findStudios, findTags and findScenes, each taking a
list of ids and returning the entities positionally, with null for any id
that was not found. Requests are capped at 100 ids and resolved through
the existing dataloaders, so a bulk fetch is a single database query.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@InfiniteStash
InfiniteStash merged commit 4367809 into stashapp:master Aug 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants