molgenis / molgenis

MOLGENIS - for scientific data: management, exploration, integration and analysis.
https://molgenis.org
GNU Lesser General Public License v3.0
111 stars 99 forks source link

Filtering is not working correctly for hyperlinks #5042

Closed esthervanenckevort closed 8 years ago

esthervanenckevort commented 8 years ago

Reproduce

  1. Go to the BBMRI catalogue acceptance server
  2. Click organisational structure, website to filter
  3. Enter a URL

    Expected

Only those collections with a matching URL are shown

Observed

All studies with a URL are shown.

Tested with build 1.21.1-BBMRI-NL.

fdlk commented 8 years ago

The most diversely re-re-reported issue in molgenis! We have a story to fix this, http://www.molgenis.org/ticket/4128

As data set owner I can set in metadata per attribute indexing settings so users find what they expect when searching

Until then we use one single tokenizer for all attributes and it separates on non-letter tokens. This is hard to fix as a bug, cause it's more of a consequence of a design decision, and linked to the fact that we index all entities in the same ElasticSearch index. Therefore you cannot have different attributes with the same name.