| 1234567891011121314151617181920 |
- Type: Jupyter Notebook Extension
- Name: MIcKA Search
- Description: Search through MIcKA metadata catalogue and show all records according search parameters.
- Link: README.md
- Icon: icon.png
- Main: main.js
- Compatibility: 4.x, 5.x
- Parameters:
- - name: mickaSearch.window_display
- description: Display window at startup
- input_type: checkbox
- default: false
- - name: mickaSearch.csw_url
- description: URL of MIcKA csw service
- input_type: text
- default: https://hub.lesprojekt.cz/micka/micka2/csw/
- - name: mickaSearch.proxy_url
- description: Proxy address
- input_type: text
- default:
|