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

Consider adding limit to XQuery #79

Open
bbonf opened this issue Feb 17, 2023 · 1 comment
Open

Consider adding limit to XQuery #79

bbonf opened this issue Feb 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bbonf
Copy link

bbonf commented Feb 17, 2023

see https://stackoverflow.com/questions/33862210/xquery-function-to-limit-the-number-of-records-in-the-output

we could try to add [position() < 5000] to the for $node in ... loop

@bbonf bbonf added the enhancement New feature or request label Feb 17, 2023
@bbonf
Copy link
Author

bbonf commented Feb 23, 2023

This will complicate things for MWEs and probably is less important once #75 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant