As is (probably) well-known, uploaders in this kind of wiki-style DB is extremely fallible. That means that filtering a query for a tag is spotty at best.
In particular this is about the oneshot tag, which appears more unreliable than most, and that already has a solid alternative in the 'lastChapter' field of the manga-responses.
Basically, I would like a param for filtering the chapter's owner-manga's lastChapter field to only retrieve results where it's null, 0 or 1 (
Additionally, though I can just as well do this clientside due to its rarity, it would be good if there was a param to blacklist a list of specific words from the chapters title. Such as 'promo' or 'omake' usually means the chapter is in fact not a oneshot.
ps: yes, I am well aware this filter will also catch all chapters for mangas where only 1 chapter has been translated so far. But that is something one has to live with in this extremely imperfect world. Because there is no way for a machine (and usually not even humans) to be able to tell whether such a chapter is a oneshot or not from only the metadata, and without actually reading the chapter.
pps: if you, the reader, are aware of any case where a oneshot would fail to appear with such a filter, please do describe it. While it is fine to get false positives, it is not fine to have false negatives.
In particular this is about the oneshot tag, which appears more unreliable than most, and that already has a solid alternative in the 'lastChapter' field of the manga-responses.
Basically, I would like a param for filtering the chapter's owner-manga's lastChapter field to only retrieve results where it's null, 0 or 1 (
[CODE](lastChapter || 0) <= 1[/CODE]
).Additionally, though I can just as well do this clientside due to its rarity, it would be good if there was a param to blacklist a list of specific words from the chapters title. Such as 'promo' or 'omake' usually means the chapter is in fact not a oneshot.
ps: yes, I am well aware this filter will also catch all chapters for mangas where only 1 chapter has been translated so far. But that is something one has to live with in this extremely imperfect world. Because there is no way for a machine (and usually not even humans) to be able to tell whether such a chapter is a oneshot or not from only the metadata, and without actually reading the chapter.
pps: if you, the reader, are aware of any case where a oneshot would fail to appear with such a filter, please do describe it. While it is fine to get false positives, it is not fine to have false negatives.