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

Revisit custom queries #743

Open
danielballan opened this issue Nov 2, 2022 · 0 comments
Open

Revisit custom queries #743

danielballan opened this issue Nov 2, 2022 · 0 comments

Comments

@danielballan
Copy link
Member

It is possible to factor PartialUID as a simple Regex query.

It is possible to factor ScanID as an Eq or In query (when multiple scan IDs given). We handle duplicates on the client side. To fetch latest, sort by time and access the first. To fetch all, fetch all. To error on duplicates, consult the length of the result and then fetch the first if it is 1.

It is possible to factor ScanIDRange as a Rangw query, which it seems we should add to Tiled.

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

No branches or pull requests

1 participant