forked from geolba/tethys.frontend
- npm update
- additional factes: year and author
This commit is contained in:
parent
f749b2eb3e
commit
2f690f5bf2
1067
package-lock.json
generated
1067
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -137,7 +137,9 @@ class DatasetService {
|
|||
facet: "on",
|
||||
// "facet.field": "language",
|
||||
"json.facet.language": '{ type: "terms", field: "language" }',
|
||||
"json.facet.subject": '{ type: "terms", field: "subject" }',
|
||||
"json.facet.subject": '{ type: "terms", field: "subject", limit: -1 }',
|
||||
"json.facet.year": '{ type: "terms", field: "year" }',
|
||||
"json.facet.author": '{ type: "terms", field: "author_facet", limit: -1 }',
|
||||
};
|
||||
|
||||
const stations = api.get<SolrResponse>(base, q_params);
|
||||
|
|
Loading…
Reference in New Issue
Block a user