##// END OF EJS Templates
audit-logs: fixed search cases with special chars such as `-`....
audit-logs: fixed search cases with special chars such as `-`. - Changed Text() field into Keyword() field to disable term analyzer. - Fixes #5575

File last commit:

r3172:d37fc984 default
r4135:9b536d10 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}