Commit fce7f51a authored by Casey Duncan's avatar Casey Duncan

Removed nbest query option, since it is not supported.

parent 0226c34d
...@@ -44,7 +44,7 @@ class ZCTextIndex(Persistent, Acquisition.Implicit, SimpleItem): ...@@ -44,7 +44,7 @@ class ZCTextIndex(Persistent, Acquisition.Implicit, SimpleItem):
{'label': 'Settings', 'action': 'manage_main'}, {'label': 'Settings', 'action': 'manage_main'},
) )
query_options = ['query', 'nbest'] query_options = ['query']
def __init__(self, id, extra, caller): def __init__(self, id, extra, caller):
self.id = id self.id = id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment