We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The recent change set from #935, resulted in qid searches throwing an error: invalid array index 0 because array is length 0.
qid
invalid array index 0 because array is length 0
Example query: https://biocache-ws-test.ala.org.au/ws/occurrences/search?facet=false&pageSize=0&q=qid:1737596357239
Adam reports the bug is on line 160 of QueryFormatUtils.java.
The text was updated successfully, but these errors were encountered:
#940 Fix for qid query error
a2880d7
#940 Fix for qid query error (#941)
cc9794c
nickdos
Successfully merging a pull request may close this issue.
The recent change set from #935, resulted in
qid
searches throwing an error:invalid array index 0 because array is length 0
.Example query: https://biocache-ws-test.ala.org.au/ws/occurrences/search?facet=false&pageSize=0&q=qid:1737596357239
Adam reports the bug is on line 160 of QueryFormatUtils.java.
The text was updated successfully, but these errors were encountered: