Closed skodapetr closed 4 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*
/api/v1/solr/query?rows=8&fl=title&q=title:*v%C3%BD*
As of now, we do not filter, also after internal discussion with @jakubklimek, we decided to not just restrict the searched fields.
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*