feup-infolab / dendro

"Open-source Dropbox" with added description features. It is a data storage and description platform designed to help researchers and other users to describe their data files, built on Linked Open Data and ontologies. Users can use Dendro to publish data to CKAN, Zenodo, DSpace or EUDAT's B2Share and others.
http://dendro.fe.up.pt
Other
28 stars 3 forks source link

[IMPROVEMENT] Searching for descriptors should take into account the label of the descriptor as well as its description #272

Closed NelsonPereira1991 closed 6 years ago

NelsonPereira1991 commented 7 years ago

Dendro Version if known (or site URL)

Tested in the branch machine-plus-human-identifiers

In the commit

Please describe the expected behaviour

Seaching for the descriptor "title" and having previously selected the dcterms ontology, should return the dcterms:title descriptor.

Please describe the actual behaviour

For the above result to be obtained it is necessary to search for "a name given to the resource", meaning that it is necessary for the search to include the label and the description.

screen shot 2017-11-07 at 13 25 21

screen shot 2017-11-07 at 13 25 58

What steps can be taken to reproduce the issue?

Search for "title" in the dcterms ontology

Possible ways to fix the problem (programmers)

Searching for descriptors should take into account the label and the description fields.

NelsonPereira1991 commented 6 years ago

Fixed in https://github.com/feup-infolab/dendro/pull/294