<div dir="ltr"><div><div><div><div>There are a couple things I would recommend.<br></div>First is to make sure the field of the record you are searching for made it into the database.  If you aren't familiar with database you may need some help from someone who is.  I believe the database schema is still in isntaller/data/mysql/kohastructure.sql.  You are probably looking for biblio.title or biblio.seriestitle or biblioitems.isbn or items.barcode.<br></div>The second thing is to make sure the search engines database got populated too.  You are probably using the idzebra search engine.  So make sure /usr/bin/zebrasrv is running, make sure you have run the bin/migration_tools/<a href="http://rebuild_zebra.pl">rebuild_zebra.pl</a> script right, and make sure the value you are searching for is in the idzebra database.  The way I would do that is with the yaz-client.  I have a simple yaz script for that purpose that looks like this:<br><br>set_cclfile /usr/local/koha3.2/etc/zebradb/ccl.properties<br>set_cqlfile /usr/local/koha3.2/etc/zebradb/cql.properties<br>authentication kohauser:zebrastripes<br>open unix:/usr/local/koha3.2/var/run/zebradb/bibliosocket<br>base biblios<br>format xml<br>elements marcxml<br>querytype ccl2rpn<br>find kw,wrdl="Maze Runner" and branch=703 and mc-itype,phr=F<br>show 2<br>delete<br>close<br>exit<br><br></div>Of course you will have to change the properties and socket paths to match your install.  Then run this with `yaz-client -f /tmp/yaz-zebra-test.txt`.<br></div>Sometimes I've had to put the auth and property files commands on the command line to get that to work, which looks like `yaz-client -u kohauser:zebrastripes -c /usr/local/koha3.2/etc/zebradb/ccl.properties -q /usr/local/koha3.2/etc/zebradb/cql.properties -f /tmp/yaz-zebra-test.txt unix:/usr/local/koha3.2/var/run/zebradb/bibliosocket`, again changing the paths to match your install.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 4, 2017 at 1:18 AM, Johan Seyfferdt <span dir="ltr"><<a href="mailto:johan@spbcu.ru" target="_blank">johan@spbcu.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello.<div><br></div><div>Thank you for adding me to this mailing list.</div><div><br></div><div>I have a question.</div><div><br></div><div>I am a sysadmin in St Petersburg, Russia and we are in the process of moving to Koha.  So I am a newbie :)  </div><div><br></div><div>I chosed the unimarc option as our database is in rusmarc.  We have our database in .mrc format,  it is about 27 000 books in cyrilic, english and german.</div><div><br></div><div>I was able to setup koha import that database but the search function does not work.</div><div><br></div><div>I did a lot of googling, i tried kooha 16.05, 16.11, 17.05 on Debain 8 and 9 but without avail...</div><div><br></div><div>Any help will be truly appreciated! as i am truly stuck.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Johan Seyfferdt</div></font></span></div>
<br>______________________________<wbr>_________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-<wbr>community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.<wbr>org/cgi-bin/mailman/listinfo/<wbr>koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.<wbr>org/</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div>Michael Hafen<br></div>Washington County School District Technology Department<br></div>Systems Analyst<br><br></div></div></div></div>
</div>