Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

As an API user I want to know how many databases carry matches to my name-string #73

Closed
dimus opened this issue Nov 8, 2018 · 1 comment

Comments

@dimus
Copy link
Member

dimus commented Nov 8, 2018

One of quality assesments we use is number of databases where we found a match for a name-string.
It should be found for every name-string, and located on the same level as 'total', 'suppliedInput', 'suppliedId', for example:

matchedDataSources: 36

in this example matchedDataSources will always be 36 when we search full database (independant on bestMatchOnly true or false). It returns number of data_sources we found a name in.

In case where user specifically asked for dataSourceIds [1,2] it returns only number that was found in the subset of datasources. In the example it wold not exceed 2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants