X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2Ft17.c;h=57d57f27ef382fc081a6191f7b7d48d08873c969;hp=107204dc272875e31fb421aeea6eb9115adec481;hb=e1be1f5267e2be257664ded166b6890e4f24db83;hpb=b4e2b5d713294cc740933a8e770338cef303c8fe diff --git a/test/api/t17.c b/test/api/t17.c index 107204d..57d57f2 100644 --- a/test/api/t17.c +++ b/test/api/t17.c @@ -60,9 +60,11 @@ static void tst(int argc, char **argv) /* simple term */ YAZ_CHECK(tl_query(zh, "@attr 1=title notfound", 0)); - - YAZ_CHECK(tl_query(zh, "@attr 1=title computer", 3)); + YAZ_CHECK(tl_query(zh, "@attr 1=title computer", 3)); + + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 5=1 comput", 3)); + YAZ_CHECK(tl_query(zh, "@attr 1=title .computer.", 3)); YAZ_CHECK(tl_query(zh, "@attr 1=title x", 2)); @@ -84,9 +86,16 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_query(zh, "@attr 1=abstract צביה", 1)); YAZ_CHECK(tl_query(zh, "@attr 1=abstract הגדול", 1)); YAZ_CHECK(tl_query(zh, "@attr 1=abstract בסיפור", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract בסיפ", 0)); YAZ_CHECK(tl_query(zh, "@attr 1=abstract 点", 1)); YAZ_CHECK(tl_query(zh, "@attr 1=abstract wet", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 בסיפ", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 סיפ", 0)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 בסי", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 בס", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 ב", 1)); + /* phrase search */ 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)); @@ -112,7 +121,6 @@ static void tst(int argc, char **argv) const char *ent[] = { char_ae, "B" char_aring "d", "My computer" }; YAZ_CHECK(tl_scan(zh, "@attr 1=title @attr 6=2 0", 1, 3, 1, 3, 0, ent)); } - YAZ_CHECK(tl_close_down(zh, zs)); #endif