linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
7 stars 6 forks source link

Solr and Typeahead #143

Closed skodapetr closed 4 years ago

skodapetr commented 5 years ago

We now search all fields and then filter the label. That ends in situations where only one item (on none) is visible.

We can change that to for example search only by title: /api/v1/solr/query?rows=8&fl=title&q=title:*v%C3%BD*

skodapetr commented 4 years ago

As of now, we do not filter, also after internal discussion with @jakubklimek, we decided to not just restrict the searched fields.