Hi!

With SearchableModels is it possible to find out what the value of the
keywords associated with that object is? I believe these keywords are
stored in the property __searchable_text_index, but I can't access
that as when I do I get the following error:

Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 499, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/silicon/1.1066/readthread.py", line 81,
in get
    vals['keywords'] = ', '.join(thread.__searchable_text_index)
AttributeError: 'Thread' object has no attribute
'_ReadThread__searchable_text_index'

As can be seen, it appears thread doesn't have the property
__searchable_text_index when, at the same time, the property appears
in the data-store. Since SearchableModel provides such a nice keyword-
builder already, I though it would be good to use it but I can't tell
how to get the keywords!

Any help would be greatly appreciated!

Thanks,
Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to