Well I learned about the index.yaml from things not working right. Turns out if you do more than a basic search, Google App Engine needs an index.yaml file. It was as simple as uploading the one from development and waiting for it to be serviced via the datastore. Took a bit to figure out that was the route cause. I thought something was getting messed up in the query itself. 99% of the time always seems to be figuring out what the actual problem is.
Back