Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When fulltext/advanced search is enabled, search builder can return nulls in resource list #6673

Open
TipzCM opened this issue Feb 3, 2025 · 0 comments

Comments

@TipzCM
Copy link
Collaborator

TipzCM commented Feb 3, 2025

If ElasticSearch is supported, any attempt to load resources will result in null values being returned.

This can cause some callers, like MdmLoader, to fail, as they do not expect to get back null values.

Reproduction:
1 enable both "AdvancedHibernateSearchIndexing" and "StoreResourcesInHibernateSearchIndex"
2 Create a single subscription
3 Load existing resources from db into cache (for subscriptions)

Result: error

Expected: no errors

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

No branches or pull requests

1 participant