Add new filter on MangaListFilter.Advanced #1054
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not many sources have the option to do a text search with filters, but it would be nice to add it.
(I haven't looked at all the ones that do, but at least the option will be there)
I've also added other filters, not necessarily from many sources, but it's always good to have them anyway.
I've looked at adding author too, but in some cases the source just asks for text and others like mangedex have an id for that so I don't know if it would be good to add it or not and above all how (on text or like tags or a mixture of the 2 with a default option to enter text and if there is an existing list, it is displayed).
(The same logic applies if you add the artist filter).
The sorting filters have been added to make it easier to search via text and to differentiate between sorting by the date the manga was added and the date of publication.
And you can see to add the filters ask here : #583
Because quite a few +18 sources and others like bato use them.
The logic would be ‘POPULARITY’ for all time
and the others on a low time so taking bato as an example
POPULARITY_LAST_HOUR
POPULARITY_TODAY
POPULARITY_WEEK
POPULARITY_MONTH
POPULARITY_YEAR
In case I've made a proposal other than this one #1055
close #941
close #662