fn_repo_search
Search the Filmoteka Narodowa digital repository for films, documentaries, articles, and people using Apache Solr queries with optional facet filtering.
Instructions
Search the Filmoteka Narodowa digital repository (repozytorium.fn.org.pl) via Apache Solr. No JSON API — returns the same HTML result page as the website (tiles with links to /?q=pl/node/…). Optional facets are Solr filter values, e.g. bundle:doc (documentary), bundle:feature (fiction), bundle:article, bundle:person. Optional page is 0-based pager index (omit or 0 for first page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search phrase (titles, people, topics). | |
| lang | No | Site language segment in URLs (pl or en). | pl |
| facets | No | Facet filters as "field:value", e.g. bundle:doc, bundle:feature, sm_field_year:1964 (from HTML facet links). | |
| page | No | 0-based result page index (second page = 1 when pager exists). |