summaryrefslogtreecommitdiffstats
path: root/docprocs/src/test/cfg/ilscripts.cfg
blob: ce5e209458d706042ba162fc53db3e0e97457726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ilscript[1]
ilscript[0].doctype "music"
ilscript[0].docfield[3]
ilscript[0].docfield[0] "artist"
ilscript[0].docfield[1] "title"
ilscript[0].docfield[2] "song"
ilscript[0].content[5]
ilscript[0].content[0] "input artist | attribute artist"
ilscript[0].content[1] "input title | attribute title"
ilscript[0].content[2] "input song | attribute song"
ilscript[0].content[4] "input artist . " ".  input title | index combined"
ilscript[0].content[5] "(input artist || "") . " ".  (input title || "") | index combinedWithFallback"