Hi
The error message is below [shortened]
Traceback (most recent call last):
[..]
BadRequestError: Too many indexed properties for entity: app:
"notee",path <Element {type: "Note",id: 168}>
This index put it over the limit: entity_type: "Note",ancestor:
false,Property { name: "__searchable_text_index", direction:
ASCENDING},Property { name: "__searchable_text_index", direction:
ASCENDING},Property { name: "__searchable_text_index", direction:
ASCENDING},Property { name: "user", direction: ASCENDING},Property
{ name: "updated", direction: DESCENDING}
This is happening on the AppEngine Server - right now i don't remember
if it also happens on my local server but i will check later.
Sorry for my ignorance here but if you release the hacked version
could i use it live? If so, how - i mean we only have code for the app
itself, so where do i put code for the appengine itself or is it just
a question of inheriting and so overwriting?