Add text search: * named property search * all-property search * regex search * aggregation over search results Text search works with: * non-parallel transactions * durability (WAL files and snapshots) * multitenancy
7 lines
221 B
CMake
7 lines
221 B
CMake
function(copy_text_search_e2e_python_files FILE_NAME)
|
|
copy_e2e_python_files(text_search ${FILE_NAME})
|
|
endfunction()
|
|
|
|
copy_text_search_e2e_python_files(common.py)
|
|
copy_text_search_e2e_python_files(test_text_search.py)
|