Filtering for nodes
This commit is contained in:
parent
954b7a3920
commit
122eadc0de
5 changed files with 69 additions and 10 deletions
shared/validation
|
@ -72,6 +72,11 @@ angular.module('ffffng').constant('Constraints', {
|
|||
type: 'string',
|
||||
regex: /^[a-zA-Z0-9_]{1,32}$/,
|
||||
optional: true
|
||||
},
|
||||
q: {
|
||||
type: 'string',
|
||||
regex: /^[äöüß a-z0-9!#$%&@:.'*+/=?^_`{|}~-]{1,64}$/i,
|
||||
optional: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue