Skip to content

Feature/composite property fields - #1795

Open
kwahlin wants to merge 2 commits into
developfrom
feature/composite-property-fields
Open

Feature/composite property fields#1795
kwahlin wants to merge 2 commits into
developfrom
feature/composite-property-fields

Conversation

@kwahlin

@kwahlin kwahlin commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Currently, the title: search filter expands to 20 different fields, many of them irrelevant. Additionally only one of the fields (hasTitle) is indexed as a nested field.
bild

This PR narrows the search scope to the 9 fields that are actually relevant to title queries and ensures that all of them are indexed as nested fields. (The screenshot below still shows one non-nested query. This is only because the field is missing entirely from the local test dataset.)
bild

The same principle of narrowing the search scope to relevant fields also applies to other filters such as contributor:.

See also: libris/lxl_api_tests#53

@kwahlin
kwahlin requested a review from olovy June 16, 2026 09:48
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.

1 participant