X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=index%2Fextract.c;h=ea31d07d2208e3db4e217fa1badfc378709506dc;hb=9af45a7f129664e5f802ff1cdfce08fbce8b1adb;hp=718ef0ccc89303b51d753b48485109c38c96636f;hpb=a5cd2d2f5db7fde5a699ad3fadc82cce5149b284;p=idzebra-moved-to-github.git diff --git a/index/extract.c b/index/extract.c index 718ef0c..ea31d07 100644 --- a/index/extract.c +++ b/index/extract.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: extract.c,v $ - * Revision 1.19 1995-10-04 12:55:16 adam + * Revision 1.20 1995-10-06 13:52:05 adam + * Bug fixes. Handler may abort further scanning. + * + * Revision 1.19 1995/10/04 12:55:16 adam * Bug fix in ranked search. Use=Any keys inserted. * * Revision 1.18 1995/10/04 09:37:08 quinn @@ -224,7 +227,7 @@ static void wordAdd (const RecWord *p) static void wordAddAny (const RecWord *p) { - if (p->attrSet != 1 && p->attrUse != 1016) + if (p->attrSet != 1 || p->attrUse != 1016) { RecWord w;