aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/fieldoftypedocument.sd
blob: b4485a597286b95ac7c42ef7d5f7b30ec64939f1 (plain) (blame)
1
2
3
4
5
6
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search book {
  document book {
    field soundtrack type music {}
  }
}