NeedIndexError suggesting index that already exists

14 views
Skip to first unread message

Klaas Pieter Annema

unread,
Oct 4, 2011, 10:35:16 AM10/4/11
to google-a...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages