Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 38ed6b2

Browse files
committed
Added one more test case for FTS
1 parent 0caaf41 commit 38ed6b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuites/CBLTester/CBL_Functional_tests/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,7 @@ def test_single_property_fts(params_from_base_test_setup, prop, val, doc_type):
12211221
("content", "name", "name:fish beauty", "landmark"), # overriding the property to be indexed
12221222
("content", "name", "beautiful OR beautifully", "landmark"), # OR logical expression
12231223
("content", "name", "beauty AND splendour", "landmark"), # AND logical expression
1224+
("content", "name", "(beauty AND splendour) OR food", "landmark"), # mix logical expression
12241225
# ("content", "name", "NOT beauty AND splendour", "landmark"), # NOT logical expression
12251226
])
12261227
def test_multiple_property_fts(params_from_base_test_setup, prop1, prop2, val, doc_type):

0 commit comments

Comments
 (0)