release-2026-09: Document Search Images by Usage Log Details - #1205
Open
arddor wants to merge 1 commit into
Open
release-2026-09: Document Search Images by Usage Log Details#1205arddor wants to merge 1 commit into
arddor wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ajwild
reviewed
Aug 10, 2026
|
|
||
| {{< added-in "release-2026-09" block >}} | ||
|
|
||
| Some fields hold a list of sub-objects, where each entry has its own set of properties. The clearest example is a media library entry's usage log: one image can have many usage log entries, each with its own `purpose`, `state`, `publicationDate`, and per-purpose `params`. A `nested` block matches when a **single** entry satisfies all of its conditions at once, so criteria that belong together are not accidentally spread across different entries. |
Contributor
There was a problem hiding this comment.
Can customers define their own nested properties? If not then I would only mention the usage log entries and not leave the first sentence as open as it is.
Contributor
There was a problem hiding this comment.
This file overlaps with search-filters.md and also to some extent with base-filter.md. It might be worthwhile having a shared Query DSL page which all other pages point to. This can be a separate follow-up.
| ] | ||
| ``` | ||
|
|
||
| The new fields are added by a media library reindex. Run `livingdocs-server elasticsearch-index --handle=li-media` after upgrading so existing entries gain the usage log fields. The mapping is patched in place, so no `--recreate` is needed. |
Contributor
There was a problem hiding this comment.
I wouldn't add this last paragraph here. I think it's enough to keep it in the release notes.
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.
Documents the Search Images by Usage Log Details feature in the release-2026-09 TRN, plus the new nested filter operator in the Expert Search and Usage Log guides.
Relations: