In the Search Options, the "No Chapters" filter seems to be having problems :not a bug:

Member
Joined
Feb 5, 2018
Messages
117
I built a custom search that included a "no chapters" exclusion (i.e. the No Chapters filter was set to "-") yet the search results continually have three titles with no chapters in it. Should we identify the chapters to you - in other words titles with no chapters have to be individually tagged by admin, or should this be getting handled automatically?

Filters that result in the three showing up:
?page=search&source_lang=2&genres_inc=41&genres_exc=1,11,13,14,30,37,39
 
is a Reindeer
VIP
Joined
Jan 24, 2018
Messages
3,231
@Fadamor Was never automatic, it's a left-over tag from the beginning of the site. When people uploaded chaps, they also removed the tag manually. It should be phased out soon.
 
Member
Joined
Feb 5, 2018
Messages
117
Alright. It's a shame though. Filtering out titles with no chapters is handy.
 
Custom title
Staff
Developer
Joined
Jan 19, 2018
Messages
2,655
@Fadamor posted:

Alright. It's a shame though. Filtering out titles with no chapters is handy.
Tagging manga lacking chapters manually is a terrible idea, which is why it's going to be removed. Not promising anything, but adding something like this as a filtering option might happen at some point.
 
Member
Joined
Feb 5, 2018
Messages
117
Tagging manga lacking chapters manually is a terrible idea, which is why it's going to be removed. Not promising anything, but adding something like this as a filtering option might happen at some point.

You'll get no argument from me on that aspect. Manually tagging means that someone's going to have to manually UNtag when the title finally gets a chapter upload. It makes for twice the work when an auto tag along the lines of,
Code:
IF Num_Chapters < 1, TAG(NoChapters) = True
IF Num_Chapters > 0, TAG(NoChapters) = False
Could handle the process every time a change to a title is made.
 

Users who are viewing this thread

Top