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