summaryrefslogtreecommitdiff
path: root/tests/libtracker-fts/functions/snippet-data.rq
blob: 2a8ffb1c0836e32032ec3d64dec34f3ab5272587 (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 "oranges", "oranges and oranges" .
}