prisma-client-go icon indicating copy to clipboard operation
prisma-client-go copied to clipboard

Maintain order of `In`

Open tarrencev opened this issue 3 years ago • 1 comments

Is it possible to maintain the order of In during a query? This is useful for fetching search results that are ranked using an external service

tarrencev avatar Apr 21 '21 17:04 tarrencev

Can you be more specific? Can't you just use an additional OrderBy in your query?

steebchen avatar May 13 '21 19:05 steebchen