Datastore has a very small index size, so It'd be a good idea to have the exclude_from_indexes option readily available for us.
Describe your usecase
I want to not take into consideration an attribute in the indexes
Describe the problem
Described in the description above.
Solution proposed
Add a exclude_from_indexes=True keyword argument in fields.
Datastore has a very small index size, so It'd be a good idea to have the
exclude_from_indexesoption readily available for us.Describe your usecase
I want to not take into consideration an attribute in the indexes
Describe the problem
Described in the description above.
Solution proposed
Add a
exclude_from_indexes=Truekeyword argument in fields.