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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In order to use projection queries for answers, we need to create the following index:
The suggested index for this query is:
<datastore-index kind="QuestionAnswerStore" ancestor="false" source="manual"> <property name="questionID" direction="asc"/> <property name="surveyInstanceId" direction="asc"/> <property name="value" direction="asc"/> </datastore-index>
See: akvo/akvo-flow-api#244
The text was updated successfully, but these errors were encountered:
[#244] comment the projections param
897fa50
* TODO: * Recover projections when index is up * akvo/akvo-flow#3932
[#3932] Add QuestionAnswerStore datastore-index
c2e3e5b
Merge pull request #3933 from akvo/feature/3932-more-index-for-optimi…
bedd3ae
…zed-answer-retreival [#3932] Add QuestionAnswerStore datastore-index
No branches or pull requests
In order to use projection queries for answers, we need to create the following index:
The suggested index for this query is:
See: akvo/akvo-flow-api#244
The text was updated successfully, but these errors were encountered: