3 comments

[ 3.1 ms ] story [ 15.3 ms ] thread
If you aren't going to query on a property, make sure to store it as a TextProperty and not a StringProperty.

Don't do this, use StringProperty(indexed=False) - works with the other property types as well.