Hi

El jue., 22 sept. 2016 a las 12:01, Rodrigo Santellan (<rsantel...@gmail.com>)
escribió:

> Hi,
>
> Is there any way to show how many biblios index has zebra? Running on the
> intranet searching for an item on item search I get some results.
>

You can use a special zebra index to query all records:

# export instance=your_instance
# yaz-client unix://var/run/koha/${instance}/bibliosocket
Z> base biblios
Z> find @attr 1=_ALLRECORDS @attr 2=103 ""
Z> quit

You can then compare with your MySQL data:
# sudo koha-mysql ${instance}
> SELECT COUNT(*) FROM biblio;
> \q

Regards
-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io <http://theke.io/>)
✆ +54 9351 3513384
GPG: B2F3C15F
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to