mike, it looks like you're using a version of SearchableModel. are you using it from google.appengine.ext.search directly? or are you using a modified version? if so, the modified version probably needs to be updated. would you mind pointing me to the modified version you're using, and ideally whoever wrote it, so i can help them update it?
in the meantime, switching your model class to use google.appengine.ext.search.SearchableModel should fix the error. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
