Hello, i have implemented a relatively basic app using app engine and so far most htings are working well. however i am having some problems using search.SearchableModel.
I have an model that is a SearchableModel, in it i have defined several properties including "Title" and "description". Title is a stringProperty and description is a textProperty. Now this seemed to work in the development environment, but when i deployed it i seem to get the "Too many indexed properties for entity" error when trying to save the item to the datastore if i have more than about a line of text in the description. I have not manually defined any indexes and am simply letting the development environment create them before deploying. I don't necessarily need to search the description, but i definitely need to search the title, anyone know what i am doing wrong or how i can accomplish this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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 -~----------~----~----~----~------~----~------~--~---
