Skip to content

Searching

Seth edited this page Mar 30, 2016 · 5 revisions

Searching in Komikan is a bit different from most apps. It is mainly based off the search style you see in EH(E-Hentai and ExHentai), where you use "terms" to describe the section you are wanting to search in. All search terms follow the basic layout:

term:"search"

  • term: The term you want to search by(All have a full length and a shortened version)

  • search: What you want to search for in that term

Komikan also supports exclusion searching. Exclusion searching lets you search for things that dont contain the given search. An example would be if you wanted to find manga that werent in the Dropped group, you would do g:"-Dropped" or group:"-Dropped". This is supported by every search term that takes in a string(Except sort). Another example could be if you wanted to find manga that had the kimono tag, but not yuri, you would do tg:"kimono, -yuri" or tags:"kimono, -yuri".

Some search terms also take bools instead of strings(E.g. favourite). For these ones, you use y, t, yes or true for yes and n, f, no or false for no

If you enter a search without any terms, E.g. Yuru Yuri, it will count as a title search


All Search Terms

  • title or t: Search for manga containing the given string in their title, allows exclusion
  • series or s: Search for manga whose series matches the given string, allows exclusion
  • artist or a: Search for manga whose artist matches the given string, allows exclusion
  • writer or w: Search for manga whose writer matches the given string, allows exclusion
  • tags or tg: Search for manga with the given tags(Separated by ", "), allows exclusion
  • groups or g: Search for manga that are in any of the given groups(Separated by ", "), allows exclusion
  • favourites or f: Search for manga whose favourite value matches the given bool(Takes bool)
  • read or r: Search for manga whose read value matches the given bool(Takes bool)
  • percent or : Search for manga whose percent finished is lower than, greater than, or in between a number/two numbers
  • sort or so: Sort the grid by the given string, supports sorting by:
  • title
  • series
  • artist
  • writer
  • group
  • percentFinished
  • favourite
  • lewd
  • lewd or l: Search for manga whose l-lewd... value matches the given bool(Takes bool)
  • date or d: Search for manga whose published date is before a date, after a date or between two dates(Takes date), formats are:
  • Before date: <date
  • After date: >date
  • Between two dates: after<>before

Examples

  • All manga in the Flying Witch group that aren't read
  • g:"Flying Witch" r:"no"
  • All manga that are between 0% and 100% done
  • p:"0<>100"
  • All manga that aren't in the Dropped group, are read, and are favourited
  • g:"-Dropped" r:"yes" f:"yes"
  • All manga that are by written and drawn Yumeno Owari, have the english tag, and dont have the Fubuki tag(Sorry Fubuki)
  • a:"Yumeno Owari" w:"Yumeno Owari" tg:"english, -fubuki"
  • All manga that were published after 2007 and before 2014 written by Ishizuka Chihiro
  • w:"Ishizuka Chihiro" d:"2007<>2014"
  • All manga that were published after March 2, 2009 and drawn by Tsukudani Norio
  • a:"Tsukudani Norio" d:">March 2, 2009"
Clone this wiki locally