Skip to content

Commit

Permalink
Merge pull request #1421 from semi-technologies/gh-1420-Missing-inter…
Browse files Browse the repository at this point in the history
…pretation-in-results

gh-1420 Missing _additional interpretation in results
  • Loading branch information
etiennedi committed Jan 15, 2021
2 parents b31c39d + 12e24e1 commit 2cffcf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adapters/repos/db/classification.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ func (db *DB) GetUnclassified(ctx context.Context, kind kind.Kind, class string,
Pagination: &libfilters.Pagination{
Limit: 10000, // TODO: gh-1219 increase
},
AdditionalProperties: traverser.AdditionalProperties{
Classification: true,
Interpretation: true,
},
})

return res, err
Expand Down

0 comments on commit 2cffcf5

Please sign in to comment.