Searching
Tankobon offers a search palette that is able to search through some entities in the current selected library. You can open it by the Search button in the navigation bar or by the Ctrl + K shortcut in Windows/Linux or by the ⌘ + K shortcut in macOS.

Keyboard navigation
Within the search palette, you can also navigate by the keyboard.
| Key | Action |
|---|---|
| Enter ↵ | Select a result and navigate to its page. |
| ↑ and ↓ | Navigate through the results list. |
| esc | Close the search palette. |
Full Text Search
Tankobon provides a Full Text Search (FTS hereafter) to return relevant results from your libraries. The search is powered by Apache Lucene and supports any features of Lucene query syntax.
FTS will order results by relevance.
FTS is case-insensitive.
When searching with CJK characters (Japanese, Chinese or Korean), a minimum of two characters is required.
The order of words is not important:
jerry tomwill batchTom & Jerry.To search by words in order, enclose your search in double quotes:
"white knight"will not matchknight whitenorwhite and knight.By default, the search will match the item title. For books, the code will also be matched by default.
You can use the
AND,OR, andNOTlogic operators (UPPERCASE) to build complex queries:contributor:"junji ito" NOT publisher:VIZwill match allJunji Itobooks not published byVIZ.tom OR jerrywill matchTomorJerry.batman AND (robin OR superman)will matchSuperman & BatmanandBatman & Robin.writer:"ed brubaker" artist:"sean phillips"will match any books where the script is done byEd Brubakerand the art bySean Phillips.
You can perform range queries using the
[a TO b]syntax. Example:bought-at:[2020 TO 2023]. Not that the matching is lexicographic, not numerical. You can also use wildcards:bought-at:[2020 TO *].- Square brackets represents non inclusive range;
- Curly brackets represents inclusive range.
Some extra fields are available for search using the field:search syntax, see the next sessions for that.
Entities additional fields
Some entities provides custom additional fields that can be used in the search.
Series
languageThe original language of the series.
Example:
language:ja-JP.alternative-nameOne of the alternative names of the series.
Example:
alternative-name:ナウシカ.series-typeLimit the results to only this series' type.
Possible values:
unknown,manga,manhwa,manhua,comic,book,novel,databook,artbookorlight-novel.Example:
series-type:manga.
Book
subtitleThe book subtitle.
Example:
subtitle:"life story".codeThe book code. Can be its ISBN, EAN-13 or ISSN.
Example:
code:9781941220979.tagOne of the book tags must match the search.
Example:
tag:vertigo.publisherOne of the book publishers must match the search.
Example:
publisher:VIZ.libraryThe library name the book belongs must match be the search.
Example:
library:"my library".contributorOne of the book contributors must match the search.
Example:
contributor:"junji ito".You can also specify the role the contributor has.
Example:
Artist:"junji ito".
Publisher
legal-nameThe legal name of the publisher.
Example:
legal-name:"VIZ Media".
Store
legal-nameThe legal name of the store.
Example:
legal-name:"Amazon.com, Inc".
Person
native-nameThe native name of the person.
Example:
native-name:伊藤潤二.