Skip to content

Add expiry-date range filter to /fts and a CMS date-range filter UI (#1704)#1784

Open
MrDirkelz wants to merge 2 commits into
mainfrom
1704-client-side-fts-filtering-publishdate-expirydate-status-tags-types-via-fts
Open

Add expiry-date range filter to /fts and a CMS date-range filter UI (#1704)#1784
MrDirkelz wants to merge 2 commits into
mainfrom
1704-client-side-fts-filtering-publishdate-expirydate-status-tags-types-via-fts

Conversation

@MrDirkelz

@MrDirkelz MrDirkelz commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Closes the last gap in #1704 by mirroring the existing publishedAfter/publishedBefore filter with expiresAfter/expiresBefore across the API DTO/service, the shared client (FtsSearchOptions/FtsFilterOptions, ftsSearchApi, local offline search), and wires both into a new date-range picker in the CMS Content Overview filter UI (browse + search paths). Also fixes LModal's content wrapper, which had min-h-0 flex-1 but no overflow-y-auto, so a modal taller than the viewport couldn't scroll.

image

…1704)

Closes the last gap in #1704 by mirroring the existing publishedAfter/publishedBefore
filter with expiresAfter/expiresBefore across the API DTO/service, the shared client
(FtsSearchOptions/FtsFilterOptions, ftsSearchApi, local offline search), and wires both
into a new date-range picker in the CMS Content Overview filter UI (browse + search
paths). Also fixes LModal's content wrapper, which had min-h-0 flex-1 but no
overflow-y-auto, so a modal taller than the viewport couldn't scroll.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@MrDirkelz MrDirkelz self-assigned this Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Client-side FTS filtering (publishDate, expiryDate, status, tags, types) via /fts

2 participants