Most likely you need to rebuild your index.&nbsp; <br><br>To run most koha scripts from the command line, you first need to set 2 environmental variables.&nbsp; You can find the proper values for them in SetEnv statements of your Koha&#39;s apache config file.&nbsp; Then in shell, do:<br>
<div style="margin-left: 40px;">export KOHA_CONF=/path/to/your/koha_conf.xml<br>export PERL5LIB=/path/to/your/koha_dir<br></div><br>KOHA_CONF references the main koha config XML file, and PERL5LIB references the directory where koha is installed (the one that contains &quot;C4&quot;).&nbsp; Then if you are using zebra indexing, run:<br>
<div style="margin-left: 40px;">misc/migration_tools/rebuild_zebra.pl -b<br></div><br>Other options are explained with the &quot;--help&quot; option. <br>--joe<br><br><div class="gmail_quote">On Fri, Jul 11, 2008 at 5:12 AM, Anahit Hovhannisyan &lt;<a href="mailto:anahit@flib.sci.am">anahit@flib.sci.am</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
<br>
Please help,I had added biblio from koha administration page and also<br>
imported data from another library system,it added successfully. While I had<br>
queried that records on command line from tables, for example from biblio<br>
table,it had also brought me records successfully.<br>
<br>
When I had tried search from koha administration page or OPAC pages, it had<br>
brought no results.<br>
<br>
Can you tell what is problem, what I did wrong or did not do.<br>
<br>
We are use koha 3 beta 2 version on Ubuntu 7.10 OS.<br>
<br>
Thank you in advance,<br>
With regards<br>
Anahit<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank"></a><br>
</blockquote></div><br>