Skip to content

Conversation

@JakobMiesner
Copy link
Contributor

No description provided.

).filter(
"term",
created_by__value={"term": creator, "case_insensitive": case_insensitive},
created_by__value={"value": creator, "case_insensitive": case_insensitive},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be?

Suggested change
created_by__value={"value": creator, "case_insensitive": case_insensitive},
created_by={"value": creator, "case_insensitive": case_insensitive},

Copy link
Contributor Author

@JakobMiesner JakobMiesner Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kpsherva created_by is an object that contains value. The second "value" inside curly braces is an OS keyword.
See here for the mapping.

image

@kpsherva kpsherva merged commit d63edab into inveniosoftware:master Nov 6, 2025
5 checks passed
@JakobMiesner JakobMiesner deleted the feaure/search-query-terms branch November 6, 2025 14:02
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.

2 participants