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

#940 Fix for qid query error #941

Merged
merged 6 commits into from
Jan 24, 2025
Merged

Conversation

nickdos
Copy link
Contributor

@nickdos nickdos commented Jan 23, 2025

@nickdos nickdos linked an issue Jan 23, 2025 that may be closed by this pull request
@nickdos nickdos requested a review from adam-collins January 23, 2025 06:32
@nickdos
Copy link
Contributor Author

nickdos commented Jan 23, 2025

Code is more conservative and logic only differs from current release code when the optional includeUnfilteredFacetValues=true param is set.

Check not required with other changes in PR
Based on SearchRequestDto stating `fq` must not be null
`protected String[] fq = {}; // must not be null`. Probably overkill but seems slightly safer.
Copy link
Contributor

@adam-collins adam-collins left a comment

Choose a reason for hiding this comment

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

one change requested

@nickdos nickdos requested a review from adam-collins January 24, 2025 01:12
@nickdos nickdos merged commit cc9794c into develop Jan 24, 2025
1 check passed
@nickdos nickdos deleted the 940-qid-searches-result-in-500-error branch January 24, 2025 06:15
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.

QID searches result in 500 (test only)
2 participants