Greetings,

Thank you for your reply, Galen:

> Does the following SQL query return any records in your database?
>
> SELECT marcxml FROM biblioitems
> WHERE marcxml LIKE '%<collection%'
> OR marcxml LIKE '%<marc:collection%';

mysql> SELECT marcxml FROM biblioitems
    -> WHERE marcxml LIKE '%<collection%'
    -> OR marcxml LIKE '%<marc:collection%';
Empty set (2.99 sec)

Any other ideas?

GPML,
Mark Tompsett
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to