You could use my modified version of SearchableModel. I blogged about it here: http://billkatz.com/2008/8/A-SearchableModel-for-App-Engine It allows you to declare a class variable unsearchable_properties. -Bill
On Sep 17, 7:28 am, Arun Shanker Prasad <[EMAIL PROTECTED]> wrote: > I have a search.SearchableModel, all the String properties are indexed > and can be queried using .search(). Is there any way to make a > particular property in the model not to be searched or indexed. I need > to hide a particular property when the user performs a search on it. > > Thanks, > Arun Shanker Prasad. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
