inception
inception copied to clipboard
#2824 - Layer name with special characters causes problems in search
What's in the PR
- [x] Add
shortNamefield to the DB - [x] Add
shortNamefield to theAnnotationLayerentity - [x] Add mechanism into
AnnotaitonLayerentity to fall back to the UIMA short name (i.e. part ofnameafter last dot) - [ ] Add
shortNamefield to the layer detail form - [ ] Add validation for the
shortNamefield to ensure it is compatible with the field name conventions required by the index - [ ] Add
shortNameto export DTO - [ ] Use
shortNamewhen building the index - [ ] Should user by able to enter short name manually when creating the layer or should it be derived from the UI name just like the full UIMA name?
- [ ] Should the short name also be used to create the UIMA name instead of deriving the short name from the UI name?
How to test manually
- TBD
Automatic testing
- [ ] PR includes unit tests
Documentation
- [ ] PR updates documentation