feat: honor OCR text and tag scope in search Chapters/Mangas views
The Chapters/Mangas aggregation views accept an OCR ?text= filter and the page search intersects tags, but the client dropped both: any text query collapsed every view into a flat page search that discarded the selected tag and grouping. Add text to AggregateOptions, thread it into listTaggedChapters/listTaggedMangas, and rework the search loader so a tag-scoped view runs the aggregation (optionally text-filtered) and the page search passes the selected tag. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mangalord-frontend",
|
||||
"version": "0.126.0",
|
||||
"version": "0.127.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user