mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-27 22:31:33 +00:00
Change corpus analyse ui
This commit is contained in:
@@ -50,8 +50,8 @@ class EditCorpusFileForm(FlaskForm):
|
||||
|
||||
|
||||
class QueryForm(FlaskForm):
|
||||
query = TextAreaField('CQP Query', validators=[DataRequired(),
|
||||
(Length(1, 1024))])
|
||||
query = StringField('CQP Query',
|
||||
validators=[DataRequired(), Length(1, 1024)])
|
||||
hits_per_page = SelectField('Hits per page',
|
||||
choices=[('', 'Nr. of hits per page'),
|
||||
('10', '10'),
|
||||
|
Reference in New Issue
Block a user