agh_search
Search AGH University of Krakow's academic repository for theses, articles, reports, and monographs using full-text queries with filters by author, subject, date, and availability.
Instructions
Search publications in the AGH University of Krakow Repository (repo.agh.edu.pl) via DSpace 7 discovery. Covers theses, dissertations, articles, technical reports, and monographs from AGH. Supports full-text search with filter fields, sort options, and 0-based pagination. Results are HAL+JSON with full Dublin Core metadata, compacted into a readable summary. Each filter value may include an explicit operator suffix separated by a comma (e.g. 'Kowalski,equals'); if omitted the documented default operator is applied. Supported operators: equals, notequals, contains, notcontains, authority, notauthority, query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Full-text search terms | |
| page | No | Page number — 0-based | |
| size | No | Results per page (1–50) | |
| sort | No | Sort field and direction | score,desc |
| author | No | Author name filter (default op: contains). | |
| subject | No | Subject / keyword filter (default op: equals). | |
| language | No | Language code filter (default op: equals). E.g. 'pl', 'en'. | |
| itemtype | No | Item type filter (default op: equals). Common values: Thesis, Article, Book, Technical Report. | |
| date_issued | No | Issue date filter (default op: equals). For ranges use the query operator with Solr syntax, e.g. '[2020-01-01 TO 2023-12-31],query'. Maps to DSpace field dateIssued. | |
| date_accessioned | No | Accession date filter (default op: equals). Maps to DSpace field dateAccessioned. | |
| has_full_text | No | When true, restrict to items that have files in the original bundle (i.e. full-text available in the repository). Maps to DSpace field has_content_in_original_bundle. |