File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -219,34 +219,3 @@ export const GenericResultRenderer: Story = {
219219 )
220220 }
221221}
222-
223- const test : FairDOConfig = {
224- debug : false ,
225- alwaysSearchOnInitialLoad : true ,
226- // host: "https://matwerk.datamanager.kit.edu/search-proxy/api/v1",
227- host : "https://demo.datamanager.kit.edu/base-repo/api/v1/" ,
228- apiKey : "UGNoTW1KUUJ3WmluUHBTcEVpalo6cGloOUVKZ0tTdnlMYVlpTzV4SXBrUQ==" ,
229- indices : [
230- {
231- name : "baserepo" ,
232- facets : [
233- {
234- key : "created" ,
235- type : "date_time_no_millis" ,
236- label : "Created"
237- }
238- ] ,
239- resultFields : [ ] , // Leave empty to get all fields
240- searchFields : [ ]
241- }
242- ] ,
243- disjunctiveFacets : [ ] ,
244- imageProxy : ( src ) => `https://wsrv.nl/?url=${ src } &h=1000&output=webp&ll`
245- }
246-
247- export const Test : Story = {
248- args : {
249- config : test ,
250- resultView : null !
251- }
252- }
You can’t perform that action at this time.
0 commit comments