pauart_search
Search the Polish Academy of Arts and Sciences art collection catalogue to find artworks by title, inventory number, or keywords in Polish or English.
Instructions
Search the PAU (Polish Academy of Arts and Sciences) art collection catalogue (PAUart, pauart.pl). Uses the public Collectio/Elasticsearch search API (POST /api/search). Returns titles, inventory numbers, tags, and object types. When artworks_only is true, only rows with _type artwork are kept (the index also returns dictionary matches). The UI is at http://www.pauart.pl/app — API is served over HTTP on the same host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms (Polish or English). | |
| page | No | Page number — 0-based | |
| size | No | Page size (1–50) | |
| artworks_only | No | If true, drop non-artwork hits (dictionary entries, etc.) from the returned list for this page. |