aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid-name.sd
blob: a179d65e3dc7d4c50cfe96f78b81908b76bd65e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Dashes in names are not allowed
search invalid-name {

  document invalid-name {

      field title type string {

      }

  }

}