anwesen/tests/hurl/query/nested_dotted_key.hurl

9 lines
310 B
Text
Raw Normal View History

2026-05-14 19:04:03 +02:00
# Nested key addressed via dotted path: author.name=brn.
GET {{host}}/query?author.name=brn
HTTP 200
[Asserts]
jsonpath "$.total" == 1
jsonpath "$.results[0].path" == "nested/author-info.md"
jsonpath "$.results[0].frontmatter.author.name" == "brn"
jsonpath "$.results[0].frontmatter.author.role" == "engineer"