@@ -, +, @@ - Add a data on a field that is not indexed : for example "toto" in 998$z - Add same data as the title of another record - Index the records - Search on toto without index (uses Any) => you get the 2 records - Search on toto with title index => you get the record with "toto" as title - Apply patch - Update DOM xsl config files - Reindex - Search on toto without index (uses Any) => you get the record with "toto" as title - Search on toto with title index => you get the record with "toto" as title - Search on toto with Anywhere index => you get the 2 records --- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl +++ a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl @@ -80,7 +80,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + @@ -536,6 +536,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + Any:w Any:p --