X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_icu_indexing.c;h=e569935cbaa607922a2ab4838db3cb28f882147a;hb=0e8272b3d5a18a0695f8c7a58617caa0ad938059;hp=d7f0b41eb3e38c34e8f82558f176a27a3345506e;hpb=3f3d2c5403ea82f896df37a16cc445759b3ac65c;p=idzebra-moved-to-github.git diff --git a/test/api/test_icu_indexing.c b/test/api/test_icu_indexing.c index d7f0b41..e569935 100644 --- a/test/api/test_icu_indexing.c +++ b/test/api/test_icu_indexing.c @@ -160,7 +160,9 @@ static void tst(int argc, char **argv) /* phrase search */ YAZ_CHECK(tl_query(zh, "@attr 1=title {my computer}", 2)); + YAZ_CHECK(tl_query(zh, "@attr 1=title {my-computer}", 2)); YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 6=1 {my computer}", 2)); + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 6=1 {my-computer}", 2)); YAZ_CHECK(tl_query(zh, "@attr 1=title {computer x}", 1)); /* complete-subfield search */