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

RESTXQ renderer fails to extract path parameters in some cases #2

Open
apb2006 opened this issue Aug 17, 2022 · 0 comments
Open

RESTXQ renderer fails to extract path parameters in some cases #2

apb2006 opened this issue Aug 17, 2022 · 0 comments

Comments

@apb2006
Copy link
Member

apb2006 commented Aug 17, 2022

Examples:

xqa:extract-restxq /audit/{$ctype=.+}/{$cid=.+}/{$coid=.+} :"ctype=.+}/{$cid=.+}/{$coid=.+"

xqa:extract-restxq /content-chunk-metadata/{$ctype}/{$type}/{$cid}/{$coid}/{$chunkid} :"ctype}/{$type}/{$cid}/{$coid}/{$chunkid"
xqa:extract-restxq /content-chunk-metadata/{$ctype}/{$type}/{$cid}/{$coid}/{$chunkid} :"ctype}/{$type}/{$cid}/{$coid}/{$chunkid"

xqa:extract-restxq /content-metadata/{$ctype}/{$cid}/{$coid} :"ctype}/{$cid}/{$coid"
xqa:extract-restxq /content-metadata/{$ctype}/{$cid}/{$coid} :"ctype}/{$cid}/{$coid"

xqa:extract-restxq /content/{$ct=.+}/{$cid=.+}/{$coid=.+}/taxonomies :"ct=.+}/{$cid=.+}/{$coid=.+"
xqa:extract-restxq /content/{$ct=.+}/{$cid=.+}/{$coid=.+}/versions :"ct=.+}/{$cid=.+}/{$coid=.+"
xqa:extract-restxq /contenttypefacet/{$taxonomyid=.+} :"taxonomyid=.+"

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