use the standard ConceptView class as base class for the Search query class
This commit is contained in:
parent
758171f158
commit
34e7e41928
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ from zope.traversing.api import getName, getParent
|
|||
from cybertools.browser.form import FormController
|
||||
from cybertools.stateful.interfaces import IStateful, IStatesDefinition
|
||||
from loops.browser.common import BaseView
|
||||
from loops.browser.concept import ConceptView
|
||||
from loops.browser.node import NodeView
|
||||
from loops.common import adapted, AdapterBase
|
||||
from loops.expert.concept import ConceptQuery, FullQuery
|
||||
|
@ -74,7 +75,7 @@ class QuickSearchResults(NodeView):
|
|||
return self.viewIterator(result)
|
||||
|
||||
|
||||
class Search(BaseView):
|
||||
class Search(ConceptView):
|
||||
|
||||
form_action = 'execute_search_action'
|
||||
maxRowNum = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue