add 'keywords' to IIndexAttributes to avoid Forbidden Attribute Error
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3933 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7b017cfcca
commit
2342c11e61
1 changed files with 4 additions and 0 deletions
|
@ -632,6 +632,10 @@ class IIndexAttributes(Interface):
|
||||||
a restricted range, e.g. the instances of a type.
|
a restricted range, e.g. the instances of a type.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
def keywords():
|
||||||
|
""" Returns a list of values to be indexed by a keyword index.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
# types stuff
|
# types stuff
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue