summaryrefslogtreecommitdiff
path: root/tests/fts/functions/offsets-data.rq
blob: 8a1327d75871fb7a3c2e5bc1c6cd1b3c03d1d049 (plain)
1
2
3
4
5
6
7
8
9
INSERT {
	test:1 a test:A ; test:p "bananas lemons lemons" .
	test:2 a test:A ; test:p "bananas bananas lemons" .
	test:3 a test:A ; test:o "bananas" .
	test:4 a test:A ; test:p "bananas" ; test:o "bananas lemons" .

	test:5 a test:A ; test:p "oranges!" .
	test:6 a test:A ; test:q "apples and oranges in a multivalued property" .
}