Most likely you need to rebuild your index. 

To run most koha scripts from the command line, you first need to set 2 environmental variables.  You can find the proper values for them in SetEnv statements of your Koha's apache config file.  Then in shell, do:
export KOHA_CONF=/path/to/your/koha_conf.xml
export PERL5LIB=/path/to/your/koha_dir

KOHA_CONF references the main koha config XML file, and PERL5LIB references the directory where koha is installed (the one that contains "C4").  Then if you are using zebra indexing, run:
misc/migration_tools/rebuild_zebra.pl -b

Other options are explained with the "--help" option.
--joe

On Fri, Jul 11, 2008 at 5:12 AM, Anahit Hovhannisyan <anahit@flib.sci.am> wrote:
Hi,


Please help,I had added biblio from koha administration page and also
imported data from another library system,it added successfully. While I had
queried that records on command line from tables, for example from biblio
table,it had also brought me records successfully.

When I had tried search from koha administration page or OPAC pages, it had
brought no results.

Can you tell what is problem, what I did wrong or did not do.

We are use koha 3 beta 2 version on Ubuntu 7.10 OS.

Thank you in advance,
With regards
Anahit