SemanticMediaWiki/SemanticResultFormats
Tree format: Add max depth parameter
Aberta
#468 aberto em 19 de fev. de 2019
enhancementgood first issue
Métricas do repositório
- Stars
- (52 estrelas)
- Métricas de merge de PR
- (Mesclagem média 8d 22h) (10 fundiu PRs em 30d)
Description
Setup
- SMW version: 3.0.1
- SRF version: 3.0.0
Issue
The tree format currently does not provide a way to limit the queried depth.
For example if format=tree gives the following output:
- foo
- bar
- baz
- buz
- baz
- bar
Setting max depth=3 would only return:
- foo
- bar
- baz
- bar