Skip to content

Commit

Permalink
add ngramSettings to FORBIDDEN_FIELD_NAMES
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Oct 11, 2023
1 parent 8150686 commit f4f1b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/addcorpus/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class VisualizationType(Enum):
'visualize',
'visualizedField',
'normalize',
'ngramSettings'
]
'''
Field names that cannot be used because they are also query parameters in frontend routes.
Expand Down

0 comments on commit f4f1b47

Please sign in to comment.