String attribute support for record filter interface.
[idzebra-moved-to-github.git] / recctrl / safari.c
index f3a55b1..b3b7d6e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: safari.c,v 1.2 2005-01-02 23:03:58 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: safari.c,v 1.4 2005-03-05 09:19:16 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -139,8 +139,9 @@ static int safari_extract(void *clientData, struct recExtractCtrl *p)
        }
        for (cp = line + nor; *cp == ' '; cp++)
            ;
-       recWord.string = cp;
-       recWord.length = strlen(cp);
+       recWord.attrStr = field;
+       recWord.term_buf = cp;
+       recWord.term_len = strlen(cp);
        (*p->tokenAdd)(&recWord);
     }
     fi_close(fi);