After running a query on the dev server it shows the following error: The following index is the minimum index required:
- kind: Product properties: - name: nameQuery - name: storeKey - name: tags - name: variationMaster The suggested index for this query is: - kind: Product properties: - name: storeKey - name: tags - name: variationMaster - name: nameQuery This is the relevant part of my index.yaml: - kind: Product properties: - name: storeKey - name: tags - name: variationMaster - name: nameQuery The index that dev_appserver.py suggests exists already, additionally adding the minimum required index doesn't solve the problem. Before I file this as a bug I want to make sure I'm not missing something. Any ideas on what I could be missing or how I can resolve this issue? - Klaas Pieter -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/zReMkUTxAFsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
