There are two search methods: keyword search and literal search.
| Search method | Description | Entry example | Example of hit |
|---|---|---|---|
| Exact match | Retrieves the materials that have a complete match to the character string entered as a search condition. | end | end END End |
| Prefix search | Retrieves the materials that have a character string matching the prefix entered as a search condition. | end* | ending |
| Left/right truncation search | Retrieves the materials that have a character string matching the left/right truncation entered as a search condition. | *end* | weekends |
| Suffix search | Retrieves the materials that have a character string matching the suffix entered as a search condition. | *end | weekend |
| Search method | Entry example (Item: Search value) | Example of hit |
|---|---|---|
| Searching for materials that have the keyword "Japan" in the title | Title: Japan | History of Japan Tales of Old Japan America and Japan |
| Searching for materials whose title is "Japan" | Title: #Japan | Japan |
| Searching for materials whose title ends with "Japan" | Title: #*Japan | America and Japan A Rebirth of Japan Japan |
| Searching for materials published in the 1900s | Publication year: 19* | 1945 |