Skip to main content

osTicket search is not indexing ticket data -- ost__search table is empty even after tickets are created.

osTicket: 1.18.1 Checked:

The ost_search table is populated asynchronously via the signal system on model.updated events, not immediately at creation time. Run the cron job to trigger re-indexing. If the table remains empty after cron runs, check PHP and MySQL error logs for signal/indexing errors.

Originally sourced from forum.osticket.com . osFAQ.org summarises community knowledge for quick reference.

Helpful
Report an error