Frequent Search Problems

There are certain times where the search results won't appear.For that we need to make some settings in Koha.

  • Change the settings in Administration. It must always be Don't use

  • Once after migrating the database using this method be sure to run the rebuild zebra command as mentioned here
  • Set the setenforce command to the required
    $ sudo service httpd restart

    $ sudo service mysqld restart

    $ nano /etc/sysconfig/selinux 

Ctrl+O to Save and Ctrl+X to Exit.Then,

    $ /etc/init.d/koha-zebra-daemon  start

    $ setenforce 0

    $ service iptables stop

Then again restart both httpd and mysqld

Now after setting this up the problems would not occur again.