feat: show listing of terms added in Book or page #588 - #704
Open
marcomachado wants to merge 1 commit into
Open
Conversation
marcomachado
force-pushed
the
feature-588-new-terms-in-book
branch
from
July 14, 2026 11:24
2a90b30 to
839d014
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR implements a feature allowing users to view, search, and filter terms matching specific books and pages in the Term Index listing.
It satisfies the requirement to filter terms in 3 distinct modes:
Fixes #588
Changes
1. Backend Controllers & API
routes.py
/term/indexto fetch all books, page counts, and current pages, serializing it to the template as books_json./term/mark_current_page/<int:bookid>/<int:pagenum>to update a book's current page position.2. Query Optimization
datatables.py
get_data_tables_list3. UI Template
index.html
tablelisting.html