Skip to content

cli: Specify graphs in "tracker3 search" queries

Carlos Garnacho requested to merge wip/carlosg/search-cli-queries into master

Since the queries did not specify the graph, there is some path explosion due to the nie:dataSource being in multiple graphs, so all combinations are shown and this is seen as duplicates in the result lists.

Specify the graphs in all "tracker3 search" queries, so these redundant object paths are trimmed, and we show unique results. This also results in a speed up of the queries.

Closes: #229 (closed)

Merge request reports