hbz / lobid-organisations

Transformation, web frontend, and API for lobid-organisations
http://lobid.org/organisations
Eclipse Public License 2.0
13 stars 3 forks source link

Faceting for type after search doesn't work #378

Open ChristophEwertowski opened 7 years ago

ChristophEwertowski commented 7 years ago
fsteeg commented 6 years ago

The sample no longer works since we removed ebook packages from search.

General functionality from title seems to work fine, see:

http://lobid.org/organisations/search?location=&from=0&size=20&q=k%C3%B6ln+AND+type:%22Museum%22

acka47 commented 6 years ago

Reopening as the reported problems still exist:

  1. Search for "Springer ebook collection Wirtschaftswissenschaften"
  2. Clicking on "Regionalbibliothek" which should give 40 results or at "Ev. Kirche" which should give 95 results doesn't give any results.
fsteeg commented 6 years ago

Oh I see. It's missing parens for grouping the query. Should generate this query: http://lobid.org/organisations/search?location=&from=0&size=20&q=(Springer%20ebook%20collection%20Wirtschaftswissenschaften)+AND+classification.label.en:%22Regional%20Library%22