anwesen/tests/hurl/query/anw_recursive_false.hurl

11 lines
501 B
Text
Raw Permalink Normal View History

2026-05-14 19:04:03 +02:00
# __anw-recursive=false restricts to direct children of __anw-path.
GET {{host}}/query?__anw-path=Projects&__anw-recursive=false
HTTP 200
[Asserts]
# Four notes live directly under Projects/; none under deeper folders here.
jsonpath "$.total" == 4
jsonpath "$.results[*].path" contains "Projects/anwesen.md"
jsonpath "$.results[*].path" contains "Projects/alpha.md"
jsonpath "$.results[*].path" contains "Projects/PDR-001-intro.md"
jsonpath "$.results[*].path" contains "Projects/PDR-002-followup.md"