Sort Keys are stored using the reckeys_t structure. sort files
[idzebra-moved-to-github.git] / util / zebramap.c
index 67b2b2f..d2ac8f9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebramap.c,v 1.46 2006-03-28 12:39:08 adam Exp $
+/* $Id: zebramap.c,v 1.48 2006-05-17 17:46:45 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -439,6 +439,7 @@ int zebra_maps_attr(ZebraMaps zms, Z_AttributesPlusTerm *zapt,
     if (relation_value == 103)
     {
         *search_type = "always";
+       *reg_id = 'w';
         return 0;
     }
     if (*complete_flag)
@@ -500,3 +501,11 @@ WRBUF zebra_replace(ZebraMaps zms, unsigned reg_id, const char *ex_list,
     return zms->wrbuf_1;
 }
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+